Searched refs:nesting_level (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Ddwarf2.c1664 int nesting_level = 1; local
1674 nested_funcs[nesting_level] = 0;
1676 while (nesting_level)
1691 nesting_level--;
1717 for (i = nesting_level - 1; i >= 1; i--)
1723 nested_funcs[nesting_level] = func;
1739 nested_funcs[nesting_level] = 0;
1861 nesting_level++;
1863 if (nesting_level >= nested_funcs_size)
1878 nested_funcs[nesting_level]
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dp-exp.y1335 int nesting_level = 1;
1339 nesting_level++;
1342 if (--nesting_level == 0)
H A Dp-exp.c2660 int nesting_level = 1;
2664 nesting_level++;
2667 if (--nesting_level == 0)
2656 int nesting_level = 1; local
H A Dstabsread.c1529 int nesting_level = 0;
1533 nesting_level++;
1535 nesting_level--;
1536 else if (*q2 == ':' && nesting_level == 0)
1525 int nesting_level = 0; local
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c1197 int count, nesting_level;
1248 nesting_level = 0;
1273 nesting_level++;
1276 if (--nesting_level < 0)
1196 int count, nesting_level; local
/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c5877 unsigned int nesting_level;
5883 nesting_level = 1;
5887 nesting_level++;
5890 if (!--nesting_level)
5893 else if (*p == ';' && nesting_level == 1)
5895 else if (*p == '%' && p[1] == '*' && nesting_level == 1)
5855 unsigned int nesting_level; local

Completed in 210 milliseconds