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

/external/libunwind/include/
H A Dunwind.h52 _Unwind_Reason_Code; typedef in typeref:enum:__anon11502
64 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code,
67 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
86 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
102 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
112 extern _Unwind_Reason_Code
135 extern _Unwind_Reason_Code _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
/external/clang/lib/Headers/
H A Dunwind.h100 } _Unwind_Reason_Code; typedef in typeref:enum:__anon1354
111 typedef void (*_Unwind_Exception_Cleanup_Fn)(_Unwind_Reason_Code,
124 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action,
130 typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)(
135 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
228 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
229 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
233 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
237 _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn, void *);
244 _Unwind_Reason_Code _Unwind_SjLj_RaiseExceptio
[all...]
/external/libunwind_llvm/include/
H A Dunwind.h42 } _Unwind_Reason_Code; typedef in typeref:enum:__anon11529
71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
104 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)
109 typedef _Unwind_Reason_Code (*__personality_routine)
120 void (*exception_cleanup)(_Unwind_Reason_Code reason,
133 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)
141 typedef _Unwind_Reason_Code (*__personality_routine)
157 extern _Unwind_Reason_Code
161 extern _Unwind_Reason_Code
260 extern _Unwind_Reason_Code
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp101 } _Unwind_Reason_Code; typedef in typeref:enum:__anon12197
113 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code,
347 void deleteFromUnwindOurException(_Unwind_Reason_Code reason,
645 static _Unwind_Reason_Code handleLsda(int version,
651 _Unwind_Reason_Code ret = _URC_CONTINUE_UNWIND;
829 _Unwind_Reason_Code ourPersonality(int version,
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp104 } _Unwind_Reason_Code; typedef in typeref:enum:__anon18302
116 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code,
352 void deleteFromUnwindOurException(_Unwind_Reason_Code reason,
619 static _Unwind_Reason_Code handleLsda(int version,
625 _Unwind_Reason_Code ret = _URC_CONTINUE_UNWIND;
805 _Unwind_Reason_Code ourPersonality(int version,

Completed in 206 milliseconds