Searched refs:__getExceptionClass (Results 1 – 10 of 10) sorted by relevance
55 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass() function
95 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass() function106 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) == in __isOurExceptionClass()111 return (__getExceptionClass(unwind_exception) & 0xFF) == 0x01; in isDependentException()
43 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
26 _LIBCXXABI_HIDDEN uint64_t __getExceptionClass (const _Unwind_Exception*);
504 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()1273 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
56 uint64_t __getExceptionClass (const _Unwind_Exception*) { return 0; } in __getExceptionClass() function
96 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass() function107 return (__getExceptionClass(unwind_exception) & get_vendor_and_language) == in __isOurExceptionClass()112 return (__getExceptionClass(unwind_exception) & 0xFF) == 0x01; in isDependentException()
27 uint64_t __getExceptionClass (const _Unwind_Exception*);
505 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()1274 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()