Home
last modified time | relevance | path

Searched refs:kOurDependentExceptionClass (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/libcxxabi/src/
Dcxa_exception.h23 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 variable
Dcxa_default_handlers.cpp59 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
Dcxa_personality.cpp522 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()
1247 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
Dcxa_exception.cpp91 __setExceptionClass(unwind_exception, kOurDependentExceptionClass); in setDependentExceptionClass()
Daix_state_tab_eh.inc597 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) {