Searched refs:nextException (Results 1 – 4 of 4) sorted by relevance
44 __cxa_exception *nextException; member82 __cxa_exception *nextException; member
410 exception_header->nextException = globals->caughtExceptions; in __cxa_begin_catch()473 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()486 globals->caughtExceptions = exception_header->nextException; in __cxa_end_catch()
372 header->nextException = globals->caughtExceptions; in __cxa_begin_catch()398 globals->caughtExceptions = header->nextException; in __cxa_end_catch()401 globals->caughtExceptions = header->nextException; in __cxa_end_catch()
285 __cxa_exception* nextException; member