Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc45 __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()
H A Deh_tm.cc96 __cxa_exception *h = globals->caughtExceptions; in __cxa_tm_cleanup()
123 globals->caughtExceptions = h; in __cxa_tm_cleanup()
H A Deh_globals.cc85 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()
152 g->caughtExceptions = 0; in __cxa_get_globals()
H A Deh_throw.cc105 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
114 globals->caughtExceptions = 0; in __cxa_rethrow()
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
H A Deh_call.cc123 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
H A Dvec.cc56 p = globals->caughtExceptions; in uncatch_exception()
58 globals->caughtExceptions = p->nextException; in uncatch_exception()
H A Deh_ptr.cc148 __cxa_exception *header = globals->caughtExceptions; in current_exception()
H A Dunwind-cxx.h157 __cxa_exception *caughtExceptions; member
H A Deh_personality.cc777 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_catch.cc45 __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()
H A Deh_tm.cc96 __cxa_exception *h = globals->caughtExceptions; in __cxa_tm_cleanup()
123 globals->caughtExceptions = h; in __cxa_tm_cleanup()
H A Deh_globals.cc78 __cxa_exception* exn = g->caughtExceptions; in eh_globals_dtor()
135 g->caughtExceptions = 0; in __cxa_get_globals()
H A Deh_throw.cc102 __cxa_exception *header = globals->caughtExceptions; in __cxa_rethrow()
111 globals->caughtExceptions = 0; in __cxa_rethrow()
H A Deh_type.cc39 __cxa_exception *header = globals->caughtExceptions; in __cxa_current_exception_type()
H A Deh_call.cc123 __cxa_exception* new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
H A Dvec.cc56 p = globals->caughtExceptions; in uncatch_exception()
58 globals->caughtExceptions = p->nextException; in uncatch_exception()
H A Dunwind-cxx.h157 __cxa_exception *caughtExceptions; member
H A Deh_ptr.cc180 __cxa_exception *header = globals->caughtExceptions; in current_exception()
H A Deh_personality.cc774 __cxa_exception *new_xh = globals->caughtExceptions; in __cxa_call_unexpected()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.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()
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 …]
H A Dcxxabi.h181 __cxa_exception *caughtExceptions; member