Searched refs:__isOurExceptionClass (Results 1 – 6 of 6) sorted by relevance
106 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass() function318 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()
58 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass() function
87 if (__isOurExceptionClass(unwind_exception)) in terminate()
29 bool __isOurExceptionClass(const _Unwind_Exception*);
40 if (__isOurExceptionClass(unwind_exception)) in demangling_terminate_handler()
1101 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()