HomeSort by relevance Sort by last modified time
    Searched refs:cleanupExceptions (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 142 header->nextCleanup = globals->cleanupExceptions;
143 globals->cleanupExceptions = header;
146 globals->cleanupExceptions = header;
154 __cxa_exception* header = globals->cleanupExceptions;
163 globals->cleanupExceptions = header->nextCleanup;
167 globals->cleanupExceptions = NULL;
cxxabi_defines.h 310 __cxa_exception* cleanupExceptions;

Completed in 39 milliseconds