Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dcxxabi.h119 __cxa_exception *nextException; member
H A Dexception.cc209 __cxa_exception *nextException; member
405 if (0 != ex->nextException) in free_exception_list()
407 free_exception_list(ex->nextException); in free_exception_list()
1277 ex->nextException = globals->caughtExceptions;
1387 globals->caughtExceptions = ex->nextException;