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

12

/netbsd-current/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_foreign_exceptions.cc43 fputs("(2) exception_cleanup called\n", stderr);
66 fputs("(1) foreign exception, exception_cleanup=nullptr\n", stderr);
70 global_e.exception_cleanup = 0;
80 fputs("(2) foreign exception, exception_cleanup present\n", stderr);
84 global_e.exception_cleanup = test2_exception_cleanup;
H A Dtest_exception.cc225 static void exception_cleanup(_Unwind_Reason_Code, struct _Unwind_Exception *ex) function
240 ex->exception_cleanup = exception_cleanup;
/netbsd-current/sys/arch/arm/include/
H A Dehabi.h79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
/netbsd-current/sys/lib/libunwind/
H A Dunwind.h44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member in struct:_Unwind_Exception
H A Dlibunwind.cxx250 if (exc->exception_cleanup != NULL)
251 (*exc->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dunwind-itanium.h81 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
H A Dexception.cc304 static void exception_cleanup(_Unwind_Reason_Code reason, function
347 if (e->exception_cleanup)
348 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
779 ex->unwindHeader.exception_cleanup = exception_cleanup;
796 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup;
1300 if (e->exception_cleanup)
1301 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
H A Dunwind-arm.h63 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member in struct:_Unwind_Exception
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc69 header->exc.unwindHeader.exception_cleanup = __gxx_exception_cleanup;
H A Deh_ptr.cc236 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-generic.h93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
H A Dunwind-seh.c425 /* A convenience function that calls the exception_cleanup field. */
430 if (exc->exception_cleanup)
431 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-generic.h93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
H A Dunwind-seh.c425 /* A convenience function that calls the exception_cleanup field. */
430 if (exc->exception_cleanup)
431 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc72 header->exc.unwindHeader.exception_cleanup = __gxx_exception_cleanup;
H A Deh_ptr.cc207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
142 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dunwind-arm-common.h86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d149 _Unwind_Exception_Cleanup_Fn exception_cleanup;
178 // Helper to invoke the exception_cleanup routine.
H A Darm_common.d107 _Unwind_Exception_Cleanup_Fn exception_cleanup;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d149 _Unwind_Exception_Cleanup_Fn exception_cleanup;
178 // Helper to invoke the exception_cleanup routine.
H A Darm_common.d107 _Unwind_Exception_Cleanup_Fn exception_cleanup;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d483 extern(C) void exception_cleanup(_Unwind_Reason_Code code, _Unwind_Exception* exc)
497 eh.unwindHeader.exception_cleanup = &exception_cleanup;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d467 extern(C) void exception_cleanup(_Unwind_Reason_Code code, _Unwind_Exception* exc)
481 eh.unwindHeader.exception_cleanup = &exception_cleanup;

Completed in 434 milliseconds

12