Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp24 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 variable
Dcxa_default_handlers.cpp43 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
Dcxa_personality.cpp505 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()
1274 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
Dcxa_exception.cpp92 __setExceptionClass(unwind_exception, kOurDependentExceptionClass); in setDependentExceptionClass()
/external/llvm-project/libcxxabi/src/
Dcxa_default_handlers.cpp43 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
Dcxa_exception.h23 static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1 variable
Dcxa_personality.cpp504 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()
1273 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
Dcxa_exception.cpp91 __setExceptionClass(unwind_exception, kOurDependentExceptionClass); in setDependentExceptionClass()