Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dcxxabi.h112 __cxa_exception *nextException; member
H A Dexception.cc206 __cxa_exception *nextException; member
337 if (0 != ex->nextException) in free_exception_list()
339 free_exception_list(ex->nextException); in free_exception_list()
1242 ex->nextException = globals->caughtExceptions;
1352 globals->caughtExceptions = ex->nextException;