Home
last modified time | relevance | path

Searched refs:__gxx_exception_class (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcall_unexpected.cc136 bool native = header->unwindHeader.exception_class == __gxx_exception_class; in __cxa_begin_cleanup()
159 if (header->unwindHeader.exception_class == __gxx_exception_class) { in helper_end_cleanup()
189 bool native_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected()
256 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class; in __cxa_call_unexpected()
297 new_exception_header->unwindHeader.exception_class == __gxx_exception_class; in __cxa_call_unexpected()
Dcxxabi.cc43 return exc == __gxx_exception_class; in isOurCxxException()
187 header->unwindHeader.exception_class = __gxx_exception_class; in __cxa_throw()
Dpersonality.cc61 bool native_exception = exceptionClass == __gxx_exception_class;
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h276 const uint64_t __gxx_exception_class = 0x474E5543432B2B00LL; // GNUCC++\0 variable