Searched refs:nextException (Results 1 – 2 of 2) sorted by relevance
119 __cxa_exception *nextException; member
209 __cxa_exception *nextException; member405 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;