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

/external/libunwind/include/
H A Dunwind.h80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c43 void (*exception_cleanup)(_Unwind_Reason_Code reason, 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.h75 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
124 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp116 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
364 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;

Completed in 294 milliseconds