Home
last modified time | relevance | path

Searched refs:nextException (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_catch.cc83 header->nextException = prev; in __cxa_begin_catch()
121 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
126 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
H A Deh_globals.cc88 next = exn->nextException; in eh_globals_dtor()
H A Dunwind-cxx.h64 __cxa_exception *nextException; member
H A Dvec.cc63 globals->caughtExceptions = p->nextException; in uncatch_exception()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc205 __cxa_exception *nextException; member
325 if (0 != ex->nextException) in free_exception_list()
327 free_exception_list(ex->nextException); in free_exception_list()
1248 ex->nextException = globals->caughtExceptions;
1358 globals->caughtExceptions = ex->nextException;
H A Dcxxabi.h105 __cxa_exception *nextException; member