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