Home
last modified time | relevance | path

Searched refs:__getExceptionClass (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/libcxxabi/src/
Dcxa_noexception.cpp55 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass() function
Dcxa_exception.cpp95 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass() function
106 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) == in __isOurExceptionClass()
111 return (__getExceptionClass(unwind_exception) & 0xFF) == 0x01; in isDependentException()
Dcxa_default_handlers.cpp43 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
Dcxa_exception.h26 _LIBCXXABI_HIDDEN uint64_t __getExceptionClass (const _Unwind_Exception*);
Dcxa_personality.cpp504 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()
1273__getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
/external/libcxxabi/src/
Dcxa_noexception.cpp56 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass() function
Dcxa_exception.cpp96 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass() function
107 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) == in __isOurExceptionClass()
112 return (__getExceptionClass(unwind_exception) & 0xFF) == 0x01; in isDependentException()
Dcxa_exception.hpp27 uint64_t __getExceptionClass (const _Unwind_Exception*);
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()