Searched refs:nesting_level (Results 1 – 10 of 10) sorted by relevance
252 nesting_level = 0258 nesting_level += 1260 nesting_level -= 1261 elif c == ',' and nesting_level == 0:
1642 int nesting_level = 1; in scan_unit_for_symbols() local1652 nested_funcs[nesting_level] = 0; in scan_unit_for_symbols()1654 while (nesting_level) in scan_unit_for_symbols()1669 nesting_level--; in scan_unit_for_symbols()1695 for (i = nesting_level - 1; i >= 1; i--) in scan_unit_for_symbols()1701 nested_funcs[nesting_level] = func; in scan_unit_for_symbols()1717 nested_funcs[nesting_level] = 0; in scan_unit_for_symbols()1839 nesting_level++; in scan_unit_for_symbols()1841 if (nesting_level >= nested_funcs_size) in scan_unit_for_symbols()1856 nested_funcs[nesting_level] = 0; in scan_unit_for_symbols()
813 * dwarf2.c (struct funcinfo): Delete nesting_level field.817 Delete code setting funcinfo nesting_level field. Add code to set2379 tag, and nesting_level members.
1329 int nesting_level = 1; in scan_unit_for_functions() local1331 while (nesting_level) in scan_unit_for_functions()1344 nesting_level--; in scan_unit_for_functions()1415 nesting_level++; in scan_unit_for_functions()
1334 int nesting_level = 1; in yylex() local1338 nesting_level++; in yylex()1341 if (--nesting_level == 0) in yylex()
2677 int nesting_level = 1; in yylex() local2681 nesting_level++; in yylex()2684 if (--nesting_level == 0) in yylex()
1481 int nesting_level = 0; in read_type() local1485 nesting_level++; in read_type()1487 nesting_level--; in read_type()1488 else if (*q2 == ':' && nesting_level == 0) in read_type()
5127 int nesting_level = 1; in load_partial_dies() local5151 if (--nesting_level == 0) in load_partial_dies()5301 nesting_level++; in load_partial_dies()
404 (scan_partial_symbols): Add comment for nesting_level.
5774 unsigned int nesting_level; in process_brace_body() local5780 nesting_level = 1; in process_brace_body()5784 nesting_level++; in process_brace_body()5787 if (!--nesting_level) in process_brace_body()5790 else if (*p == ';' && nesting_level == 1) in process_brace_body()5792 else if (*p == '%' && p[1] == '*' && nesting_level == 1) in process_brace_body()