Home
last modified time | relevance | path

Searched refs:nextCleanup (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc142 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()
Dcxxabi_defines.h294 __cxa_exception* nextCleanup; member