Lines Matching refs:caughtExceptions
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;
1299 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(ti->globals.caughtExceptions);
1303 globals->caughtExceptions = 0;
1338 globals->caughtExceptions = ex->nextException;
1352 __cxa_exception *ex = globals->caughtExceptions;