Searched refs:exception_cleanup (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c746 if (exc->exception_cleanup)
747 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
H A Dunwind-arm.h95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
/freebsd-11-stable/contrib/gcc/
H A Dunwind-generic.h91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
130 /* Helper to invoke the exception_cleanup routine. */
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_throw.cc66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup;
/freebsd-11-stable/include/
H A Dunwind.h82 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_exit.c171 curthread->ex.exception_cleanup = thread_unwind_cleanup;
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc304 static void exception_cleanup(_Unwind_Reason_Code reason, function
347 if (e->exception_cleanup)
348 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
799 ex->unwindHeader.exception_cleanup = exception_cleanup;
816 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup;
1320 if (e->exception_cleanup)
1321 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
H A Dunwind-arm.h65 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member in struct:_Unwind_Exception
H A Dunwind-itanium.h81 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
142 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h80 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Exception
129 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp985 if (exception_object->exception_cleanup != NULL)
986 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwind-seh.cpp113 exc->exception_cleanup = seh_exc_cleanup;
H A DUnwind-sjlj.c475 if (exception_object->exception_cleanup != NULL)
476 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwindLevel1.c468 if (exception_object->exception_cleanup != NULL)
469 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,

Completed in 159 milliseconds