Home
last modified time | relevance | path

Searched refs:nesting_level (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/
H A DlldbDataFormatters.py252 nesting_level = 0
258 nesting_level += 1
260 nesting_level -= 1
261 elif c == ',' and nesting_level == 0:
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c1642 int nesting_level = 1; in scan_unit_for_symbols() local
1652 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()
H A DChangeLog-2005813 * dwarf2.c (struct funcinfo): Delete nesting_level field.
817 Delete code setting funcinfo nesting_level field. Add code to set
2379 tag, and nesting_level members.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c1329 int nesting_level = 1; in scan_unit_for_functions() local
1331 while (nesting_level) in scan_unit_for_functions()
1344 nesting_level--; in scan_unit_for_functions()
1415 nesting_level++; in scan_unit_for_functions()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dp-exp.y1334 int nesting_level = 1; in yylex() local
1338 nesting_level++; in yylex()
1341 if (--nesting_level == 0) in yylex()
H A Dp-exp.c2677 int nesting_level = 1; in yylex() local
2681 nesting_level++; in yylex()
2684 if (--nesting_level == 0) in yylex()
H A Dstabsread.c1481 int nesting_level = 0; in read_type() local
1485 nesting_level++; in read_type()
1487 nesting_level--; in read_type()
1488 else if (*q2 == ':' && nesting_level == 0) in read_type()
H A Ddwarf2read.c5127 int nesting_level = 1; in load_partial_dies() local
5151 if (--nesting_level == 0) in load_partial_dies()
5301 nesting_level++; in load_partial_dies()
H A DChangeLog-1997404 (scan_partial_symbols): Add comment for nesting_level.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c5774 unsigned int nesting_level; in process_brace_body() local
5780 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()