Searched refs:exception_cleanup (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/contrib/libcxxrt/ |
| HD | exception.cc | 304 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);
|
| HD | unwind-itanium.h | 80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
| HD | unwind-arm.h | 59 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
|
| /NextBSD/contrib/llvm/projects/libunwind/include/ |
| HD | unwind.h | 71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member 120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
|
| /NextBSD/include/ |
| HD | unwind.h | 82 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
| /NextBSD/contrib/llvm/projects/libunwind/src/ |
| HD | Unwind-sjlj.c | 427 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
| HD | UnwindLevel1.c | 459 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 460 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
| HD | Unwind-EHABI.cpp | 995 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++/ |
| D | eh_throw.cc | 66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_throw()
|
| /NextBSD/contrib/gcc/ |
| HD | unwind.inc | 269 /* A convenience function that calls the exception_cleanup field. */ 274 if (exc->exception_cleanup) 275 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
|
| HD | unwind-generic.h | 91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
| HD | ChangeLog-2003 | 23666 exception_cleanup.
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_exit.c | 166 curthread->ex.exception_cleanup = thread_unwind_cleanup; in thread_unwind()
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | unwind-arm.h | 95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
|
| HD | unwind-arm.c | 746 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/ |
| HD | unwind.h | 108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|