Home
last modified time | relevance | path

Searched refs:exception_cleanup (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/libcxxrt/
Dexception.cc304 static void exception_cleanup(_Unwind_Reason_Code reason, in exception_cleanup() function
347 if (e->exception_cleanup) in thread_cleanup()
348 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e); in thread_cleanup()
799 ex->unwindHeader.exception_cleanup = exception_cleanup; in __cxa_throw()
816 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
1311 if (e->exception_cleanup)
1312 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
Dunwind-itanium.h80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
Dunwind-arm.h61 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
/freebsd-10-stable/include/
Dunwind.h82 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/freebsd-10-stable/contrib/libstdc++/libsupc++/
Deh_throw.cc66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_throw()
/freebsd-10-stable/contrib/gcc/
Dunwind.inc269 /* A convenience function that calls the exception_cleanup field. */
274 if (exc->exception_cleanup)
275 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
Dunwind-generic.h91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
DChangeLog-200323666 exception_cleanup.
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
Dunwind.h108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/freebsd-10-stable/lib/libthr/thread/
Dthr_exit.c170 curthread->ex.exception_cleanup = thread_unwind_cleanup; in thread_unwind()
/freebsd-10-stable/contrib/gcc/config/arm/
Dunwind-arm.h91 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
Dunwind-arm.c745 if (exc->exception_cleanup) in _Unwind_DeleteException()
746 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
/freebsd-10-stable/contrib/compiler-rt/lib/
Dgcc_personality_v0.c43 void (*exception_cleanup)(_Unwind_Reason_Code reason, member