Lines Matching refs:_Unwind_Exception
63 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception()
76 static void setExceptionClass(_Unwind_Exception* unwind_exception) { in setExceptionClass()
80 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass()
85 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass()
90 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException()
113 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
245 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr()
256 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_cleanup()
292 __attribute__((used)) static _Unwind_Exception *
368 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_begin_catch()
377 static_cast<_Unwind_Exception*>(unwind_exception) in __cxa_begin_catch()
642 dependent_exception_cleanup(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in dependent_exception_cleanup()