Searched refs:unwindHeader (Results 1 – 4 of 4) sorted by relevance
151 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()265 setOurExceptionClass(&exception_header->unwindHeader); in __cxa_throw()277 _Unwind_SjLj_RaiseException(&exception_header->unwindHeader); in __cxa_throw()279 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_throw()362 if (__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()375 return &exception_header->unwindHeader; in __cxa_end_cleanup_impl()587 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()628 _Unwind_RaiseException(&exception_header->unwindHeader); in __cxa_rethrow()635 __cxa_begin_catch(&exception_header->unwindHeader); in __cxa_rethrow()698 if (!__isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()[all …]
71 _Unwind_Exception unwindHeader; member106 _Unwind_Exception unwindHeader; member111 offsetof(__cxa_exception, unwindHeader) ==115 offsetof(__cxa_dependent_exception, unwindHeader) ==
1240 bool native_new_exception = __isOurExceptionClass(&new_exception_header->unwindHeader); in __cxa_call_unexpected()1247 … __getExceptionClass(&new_exception_header->unwindHeader) == kOurDependentExceptionClass ? in __cxa_call_unexpected()1267 __cxa_begin_catch(&new_exception_header->unwindHeader); in __cxa_call_unexpected()
597 reinterpret_cast<void*>(&exceptionHeader->unwindHeader));598 exceptionObject = &exceptionHeader->unwindHeader;