Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp26 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 variable
Dcxa_default_handlers.cpp44 unwind_exception->exception_class == kOurDependentExceptionClass ? in default_terminate_handler()
Dcxa_personality.cpp489 if (unwind_exception->exception_class == kOurDependentExceptionClass) in get_thrown_object_ptr()
1245 … new_exception_header->unwindHeader.exception_class == kOurDependentExceptionClass ? in __cxa_call_unexpected()
Dcxa_exception.cpp84 unwind_exception->exception_class = kOurDependentExceptionClass; in setDependentExceptionClass()