/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
H A D | forced2.C | 33 exc->exception_cleanup = force_unwind_cleanup; in force_unwind()
|
H A D | forced4.C | 27 exc->exception_cleanup = 0; in force_unwind()
|
H A D | forced3.C | 28 exc->exception_cleanup = 0; in force_unwind()
|
H A D | forced1.C | 39 exc->exception_cleanup = force_unwind_cleanup; in force_unwind()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | cleanup-5.c | 24 exc->exception_cleanup = 0; in force_unwind()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/libunwind/include/ |
H A D | unwind_itanium.h | 23 void (*exception_cleanup)(_Unwind_Reason_Code reason, member
|
H A D | unwind_arm_ehabi.h | 34 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | eh_throw.cc | 67 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_throw()
|
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | eh_throw.cc | 66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_throw()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | unwind.inc | 262 /* A convenience function that calls the exception_cleanup field. */ 267 if (exc->exception_cleanup) 268 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
|
H A D | unwind.h | 84 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
H A D | ChangeLog | 4445 exception_cleanup.
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | Unwind-sjlj.c | 487 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 488 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | UnwindLevel1.c | 540 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 541 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
H A D | Unwind-EHABI.cpp | 1188 if (exception_object->exception_cleanup != NULL) in _Unwind_DeleteException() 1189 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, in _Unwind_DeleteException()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | 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);
|
H A D | unwind-generic.h | 91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/openbsd-src/gnu/llvm/libcxxabi/src/ |
H A D | cxa_exception.cpp | 269 exception_header->unwindHeader.exception_cleanup = exception_cleanup_func; in __cxa_throw() 749 dep_exception_header->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()
|
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | unwind-arm.h | 91 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
|
H A D | unwind-arm.c | 745 if (exc->exception_cleanup) in _Unwind_DeleteException() 746 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
|
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 323 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | ChangeLog | 1244 Verify exception_cleanup not called for rethrows. 1245 * g++.dg/eh/forced2.C: Test that exception_cleanup is called
|