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