Home
last modified time | relevance | path

Searched refs:cleanupExceptions (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()
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()
Dcxxabi_defines.h310 __cxa_exception* cleanupExceptions; member