Home
last modified time | relevance | path

Searched refs:uncaughtExceptions (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_catch.cc79 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()
142 return globals->uncaughtExceptions != 0; in uncaught_exception()
H A Deh_throw.cc85 globals->uncaughtExceptions += 1; in __cxa_rethrow()
H A Deh_alloc.cc143 globals->uncaughtExceptions += 1; in __cxa_allocate_exception()
H A Deh_globals.cc142 g->uncaughtExceptions = 0; in __cxa_get_globals()
H A Dunwind-cxx.h94 unsigned int uncaughtExceptions; member
H A Dvec.cc64 globals->uncaughtExceptions += 1; in uncatch_exception()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc772 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;
H A Dcxxabi.h185 unsigned int uncaughtExceptions; member
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20054577 decrement of uncaughtExceptions for rethrow.
4710 uncaughtExceptions here instead of ...
4712 (__cxa_rethrow): Increment uncaughtExceptions here instead of ...
H A DChangeLog-20045406 uncaughtExceptions during nested catch rethrow.