HomeSort by: relevance | last modified time | path
    Searched defs:exception_cleanup (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/lib/libunwind/
unwind.h 44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member in struct:_Unwind_Exception
  /src/external/bsd/libc++/dist/libcxxrt/src/
unwind-itanium.h 81 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
unwind-arm.h 63 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member in struct:_Unwind_Exception
exception.cc 304 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);
  /src/external/gpl3/gcc/dist/libgcc/
unwind-generic.h 94 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
144 /* Helper to invoke the exception_cleanup routine. */
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-generic.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /src/sys/arch/arm/include/
ehabi.h 79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
  /src/external/bsd/libc++/dist/libcxxrt/test/
test_exception.cc 225 static void exception_cleanup(_Unwind_Reason_Code, struct _Unwind_Exception *ex) function
240 ex->exception_cleanup = exception_cleanup;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 112 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
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block

Completed in 31 milliseconds