/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/ |
H A D | test_exception.cc | 225 static void exception_cleanup(_Unwind_Reason_Code, struct _Unwind_Exception *ex) in exception_cleanup() function 240 ex->exception_cleanup = exception_cleanup; in test_rethrown_uncaught_foreign_exception()
|
H A D | test_foreign_exceptions.cc | 70 global_e.exception_cleanup = 0; in main() 84 global_e.exception_cleanup = test2_exception_cleanup; in main()
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | exception.cc | 304 static void exception_cleanup(_Unwind_Reason_Code reason, in exception_cleanup() function 347 if (e->exception_cleanup) in thread_cleanup() 348 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e); in thread_cleanup() 779 ex->unwindHeader.exception_cleanup = exception_cleanup; in __cxa_throw() 796 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception() 1300 if (e->exception_cleanup) 1301 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 | 63 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | unwind.h | 112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member 142 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/netbsd-src/sys/lib/libunwind/ |
H A D | unwind.h | 44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
|
H A D | libunwind.cxx | 250 if (exc->exception_cleanup != NULL) in _Unwind_DeleteException() 251 (*exc->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-seh.c | 427 if (exc->exception_cleanup) in _Unwind_DeleteException() 428 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
|
H A D | unwind.inc | 278 /* A convenience function that calls the exception_cleanup field. */ 283 if (exc->exception_cleanup) 284 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
|
H A D | unwind-generic.h | 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-seh.c | 427 if (exc->exception_cleanup) in _Unwind_DeleteException() 428 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
|
H A D | unwind.inc | 277 /* A convenience function that calls the exception_cleanup field. */ 282 if (exc->exception_cleanup) 283 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
|
H A D | unwind-generic.h | 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/netbsd-src/sys/arch/arm/include/ |
H A D | ehabi.h | 79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | eh_throw.cc | 69 header->exc.unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_init_primary_exception()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | eh_throw.cc | 72 header->exc.unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_init_primary_exception()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
H A D | deh.d | 483 extern(C) void exception_cleanup(_Unwind_Reason_Code code, _Unwind_Exception* exc) 497 eh.unwindHeader.exception_cleanup = &exception_cleanup;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | deh.d | 467 extern(C) void exception_cleanup(_Unwind_Reason_Code code, _Unwind_Exception* exc) in _d_throw() 481 eh.unwindHeader.exception_cleanup = &exception_cleanup; in _d_throw()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | unwind-arm-common.h | 86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | unwind-arm-common.h | 86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/ |
H A D | arm_common.d | 107 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
H A D | generic.d | 149 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/ |
H A D | arm_common.d | 107 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
H A D | generic.d | 149 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|