Searched refs:__getExceptionClass (Results 1 – 6 of 6) 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()
26 _LIBCXXABI_HIDDEN uint64_t __getExceptionClass (const _Unwind_Exception*);
59 __getExceptionClass(unwind_exception) == kOurDependentExceptionClass ? in demangling_terminate_handler()
522 if (__getExceptionClass(unwind_exception) == kOurDependentExceptionClass) in get_thrown_object_ptr()1247 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()
597 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) {