Searched refs:kOurDependentExceptionClass (Results 1 – 4 of 4) sorted by relevance
26 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 variable
44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
489 if (unwind_exception->exception_class == kOurDependentExceptionClass) in get_thrown_object_ptr()1245 … new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ? in __cxa_call_unexpected()
84 unwind_exception->exception_class = kOurDependentExceptionClass; in setDependentExceptionClass()