Home
last modified time | relevance | path

Searched refs:_Unwind_Exception_Cleanup_Fn (Results 1 – 4 of 4) sorted by relevance

/external/libunwind/include/
Dunwind.h64 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code, typedef
80 _Unwind_Exception_Cleanup_Fn exception_cleanup;
/external/clang/lib/Headers/
Dunwind.h103 typedef void (*_Unwind_Exception_Cleanup_Fn)(_Unwind_Reason_Code, typedef
108 _Unwind_Exception_Cleanup_Fn exception_cleanup;
/external/libunwind/src/unwind/
DDeleteException.c31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup; in _Unwind_DeleteException()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp113 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code, typedef
118 _Unwind_Exception_Cleanup_Fn exception_cleanup;