Searched refs:exception_cleanup (Results 1 – 9 of 9) sorted by relevance
31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup; in _Unwind_DeleteException()
71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
427 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
459 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()460 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
995 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()996 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
236 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()700 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
118 _Unwind_Exception_Cleanup_Fn exception_cleanup; member366 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()