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

/external/libunwind/include/
H A Dunwind.h54 typedef int _Unwind_Action; typedef
67 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c37 } _Unwind_Action; typedef in typeref:enum:__anon19596
186 __gcc_personality_sj0(int version, _Unwind_Action actions,
191 __gcc_personality_v0(int version, _Unwind_Action actions,
/external/clang/lib/Headers/
H A Dunwind.h101 } _Unwind_Action; typedef in typeref:enum:__anon17935
116 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
/external/libcxxabi/include/
H A Dunwind.h56 } _Unwind_Action; typedef in typeref:enum:__anon23606
139 _Unwind_Action actions,
147 _Unwind_Action actions,
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp107 } _Unwind_Action; typedef in typeref:enum:__anon25448
636 /// @param _Unwind_Action actions minimally supported unwind stage
645 _Unwind_Action actions,
820 /// @param _Unwind_Action actions minimally supported unwind stage
828 _Unwind_Action actions,

Completed in 337 milliseconds