Searched refs:caughtExceptions (Results 1 – 22 of 22) sorted by relevance
45 __cxa_exception *prev = globals->caughtExceptions; in __cxa_begin_catch()59 globals->caughtExceptions = header; in __cxa_begin_catch()79 globals->caughtExceptions = header; in __cxa_begin_catch()97 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()108 globals->caughtExceptions = 0; in __cxa_end_catch()119 globals->caughtExceptions = header->nextException; in __cxa_end_catch()124 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
96 __cxa_exception *h = globals->caughtExceptions; in __cxa_tm_cleanup()123 globals->caughtExceptions = h; in __cxa_tm_cleanup()
85 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()152 g->caughtExceptions = 0; in __cxa_get_globals()
105 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()114 globals->caughtExceptions = 0; in __cxa_rethrow()
39 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
123 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
56 p = globals->caughtExceptions; in uncatch_exception()58 globals->caughtExceptions = p->nextException; in uncatch_exception()
148 __cxa_exception *header = globals->caughtExceptions; in current_exception()
157 __cxa_exception *caughtExceptions; member
777 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()135 g->caughtExceptions = 0; in __cxa_get_globals()
102 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()111 globals->caughtExceptions = 0; in __cxa_rethrow()
180 __cxa_exception *header = globals->caughtExceptions; in current_exception()
774 __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()804 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception()842 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow()1228 ex->nextException = globals->caughtExceptions;1229 globals->caughtExceptions = ex;1267 if (globals->caughtExceptions != 0)1271 globals->caughtExceptions = reinterpret_cast<__cxa_exception*>(exceptionObject);1291 __cxa_exception *ex = globals->caughtExceptions;[all …]
181 __cxa_exception *caughtExceptions; member