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

/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-wasm.c77 if (exception_object->exception_cleanup != NULL)
78 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwind-sjlj.c488 if (exception_object->exception_cleanup != NULL)
489 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwindLevel1.c540 if (exception_object->exception_cleanup != NULL)
541 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
H A DUnwind-EHABI.cpp1191 if (exception_object->exception_cleanup != NULL)
1192 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h23 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
H A Dunwind_arm_ehabi.h38 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Exception
/freebsd-current/contrib/libcxxrt/
H A Dunwind-itanium.h81 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
H A Dexception.cc319 static void exception_cleanup(_Unwind_Reason_Code reason, function
362 if (e->exception_cleanup)
363 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
806 ex->unwindHeader.exception_cleanup = exception_cleanup;
839 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup;
1343 if (e->exception_cleanup)
1344 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
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
145 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/freebsd-current/lib/libthr/thread/
H A Dthr_exit.c171 curthread->ex.exception_cleanup = thread_unwind_cleanup;

Completed in 195 milliseconds