Searched refs:nextCleanup (Results 1 – 2 of 2) sorted by relevance
142 header->nextCleanup = globals->cleanupExceptions; in __cxa_begin_cleanup()163 globals->cleanupExceptions = header->nextCleanup; in helper_end_cleanup()164 header->nextCleanup = NULL; in helper_end_cleanup()
294 __cxa_exception* nextCleanup; member