Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc74 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()
141 return globals->uncaughtExceptions != 0; in uncaught_exception()
152 return globals->uncaughtExceptions; in uncaught_exceptions()
H A Deh_throw.cc84 globals->uncaughtExceptions += 1; in __cxa_throw()
107 globals->uncaughtExceptions += 1; in __cxa_rethrow()
H A Deh_tm.cc75 globals->uncaughtExceptions -= 1; in __cxa_tm_cleanup()
H A Deh_globals.cc153 g->uncaughtExceptions = 0; in __cxa_get_globals()
H A Deh_ptr.cc210 globals->uncaughtExceptions += 1; in rethrow_exception()
H A Dunwind-cxx.h158 unsigned int uncaughtExceptions; member
H A Dvec.cc59 globals->uncaughtExceptions += 1; in uncatch_exception()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc74 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()
141 return globals->uncaughtExceptions != 0; in uncaught_exception()
152 return globals->uncaughtExceptions; in uncaught_exceptions()
H A Deh_throw.cc81 globals->uncaughtExceptions += 1; in __cxa_throw()
104 globals->uncaughtExceptions += 1; in __cxa_rethrow()
H A Deh_tm.cc75 globals->uncaughtExceptions -= 1; in __cxa_tm_cleanup()
H A Deh_globals.cc136 g->uncaughtExceptions = 0; in __cxa_get_globals()
H A Dunwind-cxx.h158 unsigned int uncaughtExceptions; member
H A Deh_ptr.cc239 globals->uncaughtExceptions += 1; in rethrow_exception()
H A Dvec.cc59 globals->uncaughtExceptions += 1; in uncatch_exception()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc752 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;
H A Dcxxabi.h185 unsigned int uncaughtExceptions; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
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-20045408 uncaughtExceptions during nested catch rethrow.
H A DChangeLog-20147048 * libsupc++/eh_throw.cc (__cxa_throw): Set uncaughtExceptions.