Searched refs:uncaughtExceptions (Results 1 – 10 of 10) sorted by relevance
79 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()142 return globals->uncaughtExceptions != 0; in uncaught_exception()
85 globals->uncaughtExceptions += 1; in __cxa_rethrow()
143 globals->uncaughtExceptions += 1; in __cxa_allocate_exception()
142 g->uncaughtExceptions = 0; in __cxa_get_globals()
94 unsigned int uncaughtExceptions; member
64 globals->uncaughtExceptions += 1; in uncatch_exception()
772 info->globals.uncaughtExceptions++; in throw_exception()887 globals->uncaughtExceptions++; in __cxa_rethrow()1240 globals->uncaughtExceptions--;1521 return info->globals.uncaughtExceptions != 0;1530 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 ...
5406 uncaughtExceptions during nested catch rethrow.