Searched refs:nextException (Results 1 – 6 of 6) sorted by relevance
83 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()
88 next = exn->nextException; in eh_globals_dtor()
64 __cxa_exception *nextException; member
63 globals->caughtExceptions = p->nextException; in uncatch_exception()
205 __cxa_exception *nextException; member325 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;
105 __cxa_exception *nextException; member