Searched refs:exception_cleanup (Results 1 – 11 of 11) sorted by relevance
46 exc->exception_cleanup = 0; in forced_unwind()
63 exc->exception_cleanup = 0; in forced_unwind()
58 exc->exception_cleanup = cleanup; in forced_unwind()
114 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member144 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
23 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
34 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
487 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()488 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
520 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()521 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
1188 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()1189 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
269 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw()749 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
323 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()