Searched refs:exception_cleanup (Results 1 – 12 of 12) sorted by relevance
31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup; in _Unwind_DeleteException()
76 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member125 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
473 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()474 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
461 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()462 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
974 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()975 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
112 exc->exception_cleanup = seh_exc_cleanup; in _GCC_specific_handler()
271 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()730 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
116 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
118 _Unwind_Exception_Cleanup_Fn exception_cleanup; member366 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()
121 _Unwind_Exception_Cleanup_Fn exception_cleanup; member371 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()
324 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()