Lines Matching refs:caughtExceptions
353 if (info->globals.caughtExceptions) in thread_cleanup()
358 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(info->globals.caughtExceptions); in thread_cleanup()
364 free_exception_list(info->globals.caughtExceptions); in thread_cleanup()
818 __cxa_exception *ex = globals->caughtExceptions; in __cxa_current_primary_exception()
856 __cxa_exception *ex = globals->caughtExceptions; in __cxa_rethrow()
1242 ex->nextException = globals->caughtExceptions;
1243 globals->caughtExceptions = ex;
1281 if (globals->caughtExceptions != 0)
1285 globals->caughtExceptions = reinterpret_cast<__cxa_exception*>(exceptionObject);
1305 __cxa_exception *ex = globals->caughtExceptions;
1313 _Unwind_Exception *e = reinterpret_cast<_Unwind_Exception*>(ti->globals.caughtExceptions);
1317 globals->caughtExceptions = 0;
1352 globals->caughtExceptions = ex->nextException;
1366 __cxa_exception *ex = globals->caughtExceptions;