Home
last modified time | relevance | path

Searched refs:exception_cleanup (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_exception.cc225 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 Dtest_foreign_exceptions.cc70 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 Dexception.cc304 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 Dunwind-itanium.h81 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
H A Dunwind-arm.h63 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h112 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 Dunwind.h44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
H A Dlibunwind.cxx250 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 Dunwind-seh.c427 if (exc->exception_cleanup) in _Unwind_DeleteException()
428 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
H A Dunwind.inc278 /* 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 Dunwind-generic.h93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-seh.c427 if (exc->exception_cleanup) in _Unwind_DeleteException()
428 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
H A Dunwind.inc277 /* 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 Dunwind-generic.h93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/netbsd-src/sys/arch/arm/include/
H A Dehabi.h79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc69 header->exc.unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_init_primary_exception()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc72 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 Ddeh.d483 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 Ddeh.d467 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 Dunwind-arm-common.h86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d107 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
H A Dgeneric.d149 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d107 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
H A Dgeneric.d149 _Unwind_Exception_Cleanup_Fn exception_cleanup; member

12