HomeSort by relevance Sort by last modified time
    Searched refs:cleanupExceptions (Results 1 - 3 of 3) 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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 314 __cxa_exception* cleanupExceptions;

Completed in 55 milliseconds