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

/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.h23 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 member in namespace:__cxxabiv1
H A Dcxa_default_handlers.cpp59 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ?
H A Dcxa_exception.cpp91 __setExceptionClass(unwind_exception, kOurDependentExceptionClass);
H A Dcxa_personality.cpp522 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass)
1247 __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ?
H A Daix_state_tab_eh.inc597 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) {

Completed in 243 milliseconds