Searched refs:_Unwind_Action (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/libunwind-35.3/testsuite/
H A DUnwind_ForcedUnwind.cxx23 static _Unwind_Reason_Code stop_func(int version, _Unwind_Action actions, uint64_t exceptionClass,
H A Dpersonality.cxx19 const char* actionString(_Unwind_Action act)
72 _Unwind_Action action;
76 #define _UA_CLEANUP_PHASE_HANDLER_FRAME (_Unwind_Action)(_UA_CLEANUP_PHASE|_UA_HANDLER_FRAME)
93 int version, _Unwind_Action actions, uint64_t exceptionClass,
/macosx-10.10/libunwind-35.3/include/
H A Dunwind.h59 } _Unwind_Action; typedef in typeref:enum:__anon9811
81 _Unwind_Action actions,
90 _Unwind_Action actions,
/macosx-10.10/libunwind-35.3/src/
H A DUnwind-sjlj.c176 _Unwind_Action action = _UA_CLEANUP_PHASE;
178 action = (_Unwind_Action)(_UA_CLEANUP_PHASE|_UA_HANDLER_FRAME); // tell personality this was the frame it marked in phase 1
227 _Unwind_Action action = (_Unwind_Action)(_UA_FORCE_UNWIND|_UA_CLEANUP_PHASE);
267 _Unwind_Action lastAction = (_Unwind_Action)(_UA_FORCE_UNWIND|_UA_CLEANUP_PHASE|_UA_END_OF_STACK);
H A DUnwindLevel1.c158 _Unwind_Action action = _UA_CLEANUP_PHASE;
160 action = (_Unwind_Action)(_UA_CLEANUP_PHASE|_UA_HANDLER_FRAME); // tell personality this was the frame it marked in phase 1
227 _Unwind_Action action = (_Unwind_Action)(_UA_FORCE_UNWIND|_UA_CLEANUP_PHASE);
265 _Unwind_Action lastAction = (_Unwind_Action)(_UA_FORCE_UNWIND|_UA_CLEANUP_PHASE|_UA_END_OF_STACK);
/macosx-10.10/objc4-646/runtime/
H A Dobjc-exception.mm252 typedef int _Unwind_Action;
253 static const _Unwind_Action _UA_SEARCH_PHASE = 1;
254 static const _Unwind_Action _UA_CLEANUP_PHASE = 2;
255 static const _Unwind_Action _UA_HANDLER_FRAME = 4;
256 static const _Unwind_Action _UA_FORCE_UNWIND = 8;
299 _Unwind_Action actions,
465 _Unwind_Action actions,
/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp107 } _Unwind_Action; typedef in typeref:enum:__anon9963
605 /// @param _Unwind_Action actions minimally supported unwind stage
614 _Unwind_Action actions,
791 /// @param _Unwind_Action actions minimally supported unwind stage
799 _Unwind_Action actions,

Completed in 128 milliseconds