Searched refs:nesting (Results 1 – 4 of 4) sorted by relevance
925 sal_Int32 nesting = 0; in expandMacros() local934 ++nesting; in expandMacros()937 if (nesting == 0) { in expandMacros()941 --nesting; in expandMacros()945 if (nesting == 0 && n < 2) { in expandMacros()
65 up to an arbitrary nesting depth. Often the intermediate
129 number of nesting levels away from the root need not be included in the
596 void printNesting(TreeNode node, TreeNode nesting) in printNesting() argument599 + " possibly moved across nesting " + nesting.toString()); in printNesting()