Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_catch.cc71 globals->uncaughtExceptions -= 1; in __cxa_begin_catch()
109 globals->uncaughtExceptions += 1; in __cxa_end_catch()
132 return globals->uncaughtExceptions != 0; in uncaught_exception()
H A Deh_globals.cc111 g->uncaughtExceptions = 0; in __cxa_get_globals()
H A Deh_throw.cc70 globals->uncaughtExceptions += 1; in __cxa_throw()
H A Dunwind-cxx.h84 unsigned int uncaughtExceptions; member
H A Dvec.cc58 globals->uncaughtExceptions += 1; in uncatch_exception()
/openbsd-src/gnu/gcc/libstdc++-v3/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.cc135 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()
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp267 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()
467 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()
614 globals->uncaughtExceptions += 1; in __cxa_rethrow()
748 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()
771 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
H A Dcxa_exception.h150 unsigned int uncaughtExceptions; member
H A Dcxa_personality.cpp1261 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()