Searched refs:debug_nesting (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddebug.h167 extern int debug_nesting;
H A Ddbxout.c100 if (--debug_nesting == 0 && symbol_queue_index > 0) \
104 do {--debug_nesting; return (x);} while (0)
2472 ++debug_nesting;
3117 ++debug_nesting;
3317 ++debug_nesting;
H A Dfinal.c3848 we maintain an intercept nesting counter (debug_nesting). We only save the
3850 int debug_nesting = 0;
3869 ++debug_nesting;
3892 --debug_nesting;
3831 int debug_nesting = 0; variable

Completed in 181 milliseconds