Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libstdc++/libsupc++/
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()
Deh_throw.cc83 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
92 globals->caughtExceptions = 0; in __cxa_rethrow()
Deh_globals.cc84 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()
141 g->caughtExceptions = 0; in __cxa_get_globals()
Deh_type.cc44 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
Deh_call.cc127 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
Dvec.cc61 p = globals->caughtExceptions; in uncatch_exception()
63 globals->caughtExceptions = p->nextException; in uncatch_exception()
Dunwind-cxx.h93 __cxa_exception *caughtExceptions; member
Deh_personality.cc733 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
/freebsd-11-stable/contrib/libcxxrt/
HDexception.cc341 if (info->globals.caughtExceptions) in thread_cleanup()
346 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(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)
1291 globals->caughtExceptions = reinterpret_cast<__cxa_exception*>(exceptionObject);
1311 __cxa_exception *ex = globals->caughtExceptions;
[all …]
HDcxxabi.h181 __cxa_exception *caughtExceptions; member