Searched refs:kOurDependentExceptionClass (Results 1 – 5 of 5) sorted by relevance
23 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 variable
59 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
522 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()1247 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
91 __setExceptionClass(unwind_exception, kOurDependentExceptionClass); in setDependentExceptionClass()
597 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) {