Searched refs:uncaughtExceptions (Results 1 – 19 of 19) sorted by relevance
74 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()141 return globals->uncaughtExceptions != 0; in uncaught_exception()152 return globals->uncaughtExceptions; in uncaught_exceptions()
84 globals->uncaughtExceptions += 1; in __cxa_throw()107 globals->uncaughtExceptions += 1; in __cxa_rethrow()
75 globals->uncaughtExceptions -= 1; in __cxa_tm_cleanup()
153 g->uncaughtExceptions = 0; in __cxa_get_globals()
210 globals->uncaughtExceptions += 1; in rethrow_exception()
158 unsigned int uncaughtExceptions; member
59 globals->uncaughtExceptions += 1; in uncatch_exception()
81 globals->uncaughtExceptions += 1; in __cxa_throw()104 globals->uncaughtExceptions += 1; in __cxa_rethrow()
136 g->uncaughtExceptions = 0; in __cxa_get_globals()
239 globals->uncaughtExceptions += 1; in rethrow_exception()
752 info->globals.uncaughtExceptions++; in throw_exception()867 globals->uncaughtExceptions++; in __cxa_rethrow()1220 globals->uncaughtExceptions--;1501 return info->globals.uncaughtExceptions != 0;1510 return info->globals.uncaughtExceptions;
185 unsigned int uncaughtExceptions; member
4577 decrement of uncaughtExceptions for rethrow.4710 uncaughtExceptions here instead of ...4712 (__cxa_rethrow): Increment uncaughtExceptions here instead of ...
5408 uncaughtExceptions during nested catch rethrow.
7048 * libsupc++/eh_throw.cc (__cxa_throw): Set uncaughtExceptions.