Searched refs:exception_cleanup (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/libcxxrt/
H A Dunwind-itanium.h80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
H A Dunwind-arm.h57 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member in struct:_Unwind_Exception
H A Dexception.cc304 static void exception_cleanup(_Unwind_Reason_Code reason, function
343 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
766 ex->unwindHeader.exception_cleanup = exception_cleanup;
783 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup;
1274 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Deh_throw.cc66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup;
/freebsd-10.1-release/include/
H A Dunwind.h82 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/freebsd-10.1-release/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-10.1-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c43 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dunwind-arm.h91 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
H A Dunwind-arm.c745 if (exc->exception_cleanup)
746 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_exit.c166 curthread->ex.exception_cleanup = thread_unwind_cleanup;

Completed in 158 milliseconds