Searched defs:exception_cleanup (Results 1 - 4 of 4) sorted by relevance

/external/libunwind/include/
H A Dunwind.h80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/external/clang/lib/Headers/
H A Dunwind.h108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/external/libcxxabi/include/
H A Dunwind.h71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp117 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
365 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;

Completed in 53 milliseconds