Searched refs:_UA_SEARCH_PHASE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/libunwind-35.3/testsuite/
H A Dpersonality.cxx24 if ( act & _UA_SEARCH_PHASE )
25 strcat(buffer, "_UA_SEARCH_PHASE ");
79 { false, false, false, _UA_SEARCH_PHASE, _URC_HANDLER_FOUND },
81 { true, false, false, _UA_SEARCH_PHASE, _URC_CONTINUE_UNWIND },
82 { true, false, false, _UA_SEARCH_PHASE, _URC_HANDLER_FOUND },
86 { true, true, false, _UA_SEARCH_PHASE, _URC_HANDLER_FOUND },
/macosx-10.10/libunwind-35.3/include/
H A Dunwind.h54 _UA_SEARCH_PHASE = 1, enumerator in enum:__anon9811
/macosx-10.10/libunwind-35.3/src/
H A DUnwind-sjlj.c131 _Unwind_Reason_Code personalityResult = (*c->personality)(1, _UA_SEARCH_PHASE,
H A DUnwindLevel1.c86 _Unwind_Reason_Code personalityResult = (*p)(1, _UA_SEARCH_PHASE,
/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp102 _UA_SEARCH_PHASE = 1, enumerator in enum:__anon9963
726 if (!(actions & _UA_SEARCH_PHASE)) {
808 if (actions & _UA_SEARCH_PHASE) {
/macosx-10.10/objc4-646/runtime/
H A Dobjc-exception.mm253 static const _Unwind_Action _UA_SEARCH_PHASE = 1;

Completed in 134 milliseconds