Searched refs:exception_cleanup (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-wasm.c | 77 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 78 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | Unwind-sjlj.c | 488 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 489 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | UnwindLevel1.c | 566 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 567 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | Unwind-EHABI.cpp | 1191 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 1192 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
/freebsd/contrib/libcxxrt/ |
H A D | exception.cc | 384 static void exception_cleanup(_Unwind_Reason_Code reason, in exception_cleanup() function 427 if (e->exception_cleanup) in thread_cleanup() 428 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e); in thread_cleanup() 812 ex->unwindHeader.exception_cleanup = exception_cleanup; in __cxa_init_primary_exception() 845 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception() 1349 if (e->exception_cleanup) 1350 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
|
H A D | unwind-itanium.h | 81 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
H A D | unwind-arm.h | 65 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member 145 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind_itanium.h | 23 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
|
H A D | unwind_arm_ehabi.h | 38 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
|
/freebsd/lib/libthr/thread/ |
H A D | thr_exit.c | 171 curthread->ex.exception_cleanup = thread_unwind_cleanup; in thread_unwind()
|