Home
last modified time | relevance | path

Searched refs:__isOurExceptionClass (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.cpp106 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass() function
318 if (__isOurExceptionClass(unwind_exception)) in __cxa_begin_cleanup()
361 if (__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()
426 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_begin_catch()
503 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()
568 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()
590 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow()
679 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()
Dcxa_noexception.cpp58 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass() function
Dcxa_handlers.cpp87 if (__isOurExceptionClass(unwind_exception)) in terminate()
Dcxa_exception.hpp29 bool __isOurExceptionClass(const _Unwind_Exception*);
Dcxa_default_handlers.cpp40 if (__isOurExceptionClass(unwind_exception)) in demangling_terminate_handler()
Dcxa_personality.cpp1101 bool native_exception = __isOurExceptionClass(unwind_exception); in __gxx_personality_v0()
1205 bool native_old_exception = __isOurExceptionClass(unwind_exception); in __cxa_call_unexpected()
1267 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()