Home
last modified time | relevance | path

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

/NextBSD/contrib/libcxxrt/
HDexception.cc304 static void exception_cleanup(_Unwind_Reason_Code reason, in exception_cleanup() function
343 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e); in thread_cleanup()
776 ex->unwindHeader.exception_cleanup = exception_cleanup; in __cxa_throw()
793 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
1289 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
HDunwind-itanium.h80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
HDunwind-arm.h59 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
/NextBSD/contrib/llvm/projects/libunwind/include/
HDunwind.h71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
/NextBSD/include/
HDunwind.h82 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/NextBSD/contrib/llvm/projects/libunwind/src/
HDUnwind-sjlj.c427 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
HDUnwindLevel1.c459 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
460 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
HDUnwind-EHABI.cpp995 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException()
996 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
/NextBSD/contrib/libstdc++/libsupc++/
Deh_throw.cc66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_throw()
/NextBSD/contrib/gcc/
HDunwind.inc269 /* A convenience function that calls the exception_cleanup field. */
274 if (exc->exception_cleanup)
275 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
HDunwind-generic.h91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
HDChangeLog-200323666 exception_cleanup.
/NextBSD/lib/libthr/thread/
HDthr_exit.c166 curthread->ex.exception_cleanup = thread_unwind_cleanup; in thread_unwind()
/NextBSD/contrib/gcc/config/arm/
HDunwind-arm.h95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
HDunwind-arm.c746 if (exc->exception_cleanup) in _Unwind_DeleteException()
747 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDunwind.h108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member