HomeSort by relevance Sort by last modified time
    Searched defs:exception_cleanup (Results 1 - 5 of 5) sorted by null

  /external/libunwind/include/
unwind.h 80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
  /external/clang/lib/Headers/
unwind.h 116 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
  /external/libunwind_llvm/include/
unwind.h 76 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
125 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 118 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
366 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 121 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
371 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;
    [all...]

Completed in 82 milliseconds