Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxxabi/src/
Dcxa_exception.cpp105 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass() function
316 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()
Dcxa_noexception.cpp57 bool __isOurExceptionClass(const _Unwind_Exception*) { return false; } in __isOurExceptionClass() function
Dcxa_handlers.cpp87 if (__isOurExceptionClass(unwind_exception)) in terminate()
Dcxa_exception.h28 _LIBCXXABI_HIDDEN bool __isOurExceptionClass(const _Unwind_Exception*);
Dcxa_default_handlers.cpp55 if (!__isOurExceptionClass(unwind_exception)) in demangling_terminate_handler()
Dcxa_personality.cpp1062 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()
Daix_state_tab_eh.inc590 if (!__isOurExceptionClass(exceptionObject)) {