Home
last modified time | relevance | path

Searched refs:kOurExceptionClass (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_exception.h22 static const uint64_t kOurExceptionClass = 0x434C4E47432B2B00; // CLNGC++\0 variable
H A Dcxa_exception.cpp87 __setExceptionClass(unwind_exception, kOurExceptionClass); in setOurExceptionClass()
107 (kOurExceptionClass & get_vendor_and_language); in __isOurExceptionClass()
H A Dcxa_personality.cpp928 (kOurExceptionClass & get_vendor_and_language); in __gxx_personality_imp()
H A Daix_state_tab_eh.inc547 …bool native_exception = (exceptionClass & get_vendor_and_language) == (kOurExceptionClass & get_ve…