Searched refs:caughtExceptions (Results 1 – 10 of 10) sorted by relevance
50 __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()
83 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()92 globals->caughtExceptions = 0; in __cxa_rethrow()
84 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()141 g->caughtExceptions = 0; in __cxa_get_globals()
44 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
127 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
61 p = globals->caughtExceptions; in uncatch_exception()63 globals->caughtExceptions = p->nextException; in uncatch_exception()
93 __cxa_exception *caughtExceptions; member
733 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
341 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 …]
181 __cxa_exception *caughtExceptions; member