Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_noexception.cpp55 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass() function
H A Dcxa_exception.cpp95 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass() function
106 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) == in __isOurExceptionClass()
111 return (__getExceptionClass(unwind_exception) & 0xFF) == 0x01; in isDependentException()
H A Dcxa_exception.h26 _LIBCXXABI_HIDDEN uint64_t __getExceptionClass (const _Unwind_Exception*);
H A Dcxa_default_handlers.cpp59 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
H A Dcxa_personality.cpp522 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()
1247__getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
H A Daix_state_tab_eh.inc597 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) {