Home
last modified time | relevance | path

Searched refs:debug_nesting (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/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)
2466 ++debug_nesting; in dbxout_symbol()
3108 ++debug_nesting; in dbxout_parms()
3308 ++debug_nesting; in dbxout_reg_parms()
H A Dfinal.c3831 int debug_nesting = 0; variable
3850 ++debug_nesting; in debug_flush_symbol_queue()
3873 --debug_nesting; in debug_flush_symbol_queue()
H A DChangeLog-200317204 (debug_nesting): New variable.
17211 (debug_nesting): New.