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

/macosx-10.10/libunwind-35.3/testsuite/
H A Dpersonality.cxx54 case _URC_HANDLER_FOUND:
55 return "_URC_HANDLER_FOUND";
79 { false, false, false, _UA_SEARCH_PHASE, _URC_HANDLER_FOUND },
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.h48 _URC_HANDLER_FOUND = 6, enumerator in enum:__anon9810
/macosx-10.10/libunwind-35.3/src/
H A DUnwind-sjlj.c135 case _URC_HANDLER_FOUND:
140 DEBUG_PRINT_UNWINDING("unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND\n", exception_object);
H A DUnwindLevel1.c90 case _URC_HANDLER_FOUND:
96 DEBUG_PRINT_UNWINDING("unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND\n", exception_object);
/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp96 _URC_HANDLER_FOUND = 6, enumerator in enum:__anon9962
766 ret = _URC_HANDLER_FOUND;
/macosx-10.10/objc4-646/runtime/
H A Dobjc-exception.mm265 static const _Unwind_Reason_Code _URC_HANDLER_FOUND = 6;

Completed in 120 milliseconds