Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_catch.cc50 __cxa_exception *prev = globals->caughtExceptions; in __cxa_begin_catch()
64 globals->caughtExceptions = header; in __cxa_begin_catch()
84 globals->caughtExceptions = header; in __cxa_begin_catch()
99 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()
110 globals->caughtExceptions = 0; in __cxa_end_catch()
121 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
126 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
H A Deh_throw.cc83 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
92 globals->caughtExceptions = 0; in __cxa_rethrow()
H A Deh_globals.cc84 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()
141 g->caughtExceptions = 0; in __cxa_get_globals()
H A Deh_type.cc44 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
H A Deh_call.cc127 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
H A Dvec.cc61 p = globals->caughtExceptions; in uncatch_exception()
63 globals->caughtExceptions = p->nextException; in uncatch_exception()
H A Dunwind-cxx.h93 __cxa_exception *caughtExceptions; member
H A Deh_personality.cc733 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc341 if (info->globals.caughtExceptions) in thread_cleanup()
352 free_exception_list(info->globals.caughtExceptions); in thread_cleanup()
824 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception()
862 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow()
1248 ex->nextException = globals->caughtExceptions;
1249 globals->caughtExceptions = ex;
1287 if (globals->caughtExceptions != 0)
1311 __cxa_exception *ex = globals->caughtExceptions;
1323 globals->caughtExceptions = 0;
1358 globals->caughtExceptions = ex->nextException;
[all …]
H A Dcxxabi.h181 __cxa_exception *caughtExceptions; member