Searched refs:__isOurExceptionClass (Results 1 – 7 of 7) sorted by relevance
105 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass() function316 if (__isOurExceptionClass(unwind_exception)) in __cxa_begin_cleanup()362 if (__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()437 bool native_exception = __isOurExceptionClass(unwind_exception); in __cxa_begin_catch()522 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()587 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()609 bool native_exception = __isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow()698 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()
57 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass() function
87 if (__isOurExceptionClass(unwind_exception)) in terminate()
28 _LIBCXXABI_HIDDEN bool __isOurExceptionClass(const _Unwind_Exception*);
55 if (!__isOurExceptionClass(unwind_exception)) in demangling_terminate_handler()
1062 bool native_exception = __isOurExceptionClass(unwind_exception); in __gxx_personality_v0()1173 bool native_old_exception = __isOurExceptionClass(unwind_exception); in __cxa_call_unexpected()1240 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
590 if (!__isOurExceptionClass(exceptionObject)) {