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

/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp540 // _URC_HANDLER_FOUND
567 save state and return _URC_HANDLER_FOUND, else return _URC_CONTINUE_UNWIND.
572 2. Scan for handler with foreign exception. Must return _URC_HANDLER_FOUND,
578 If a cleanup is found, return _URC_HANDLER_FOUND, else return _URC_CONTINUE_UNWIND.
723 : _URC_HANDLER_FOUND;
754 results.reason = _URC_HANDLER_FOUND;
779 results.reason = _URC_HANDLER_FOUND;
812 results.reason = _URC_HANDLER_FOUND;
821 results.reason = _URC_HANDLER_FOUND;
833 // a cleanup (ttypeIndex=0), return _URC_HANDLER_FOUND;
[all...]
H A Daix_state_tab_eh.inc415 _LIBCXXABI_TRACE_STATETAB0("Found a catch handler, return _URC_HANDLER_FOUND\n");
416 results.reason = _URC_HANDLER_FOUND;
420 _LIBCXXABI_TRACE_STATETAB0("Found the terminate state, return _URC_HANDLER_FOUND\n");
421 results.reason = _URC_HANDLER_FOUND;
481 "FSMEntryCount::%s: handler %p/%p, return _URC_HANDLER_FOUND\n",
489 results.reason = _URC_HANDLER_FOUND;
557 if (results.reason == _URC_HANDLER_FOUND) {
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h64 _URC_HANDLER_FOUND = 6, enumerator in enum:__anon7212
H A Dunwind.inc111 if (code == _URC_HANDLER_FOUND)
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h71 _URC_HANDLER_FOUND = 6, enumerator in enum:__anon353
H A Dunwind.inc119 if (code == _URC_HANDLER_FOUND)
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h40 _URC_HANDLER_FOUND = 6, enumerator in enum:__anon295
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h54 _URC_HANDLER_FOUND = 6, enumerator in enum:__anon127
H A Dunwind-arm.c639 if (pr_result != _URC_HANDLER_FOUND)
873 return _URC_HANDLER_FOUND;
922 return _URC_HANDLER_FOUND;
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp136 case _URC_HANDLER_FOUND:
222 return phase2 ? _URC_INSTALL_CONTEXT : _URC_HANDLER_FOUND;
H A DUnwind-sjlj.c149 case _URC_HANDLER_FOUND:
155 "_URC_HANDLER_FOUND",
H A DUnwindLevel1.c142 case _URC_HANDLER_FOUND:
148 "unwind_phase1(ex_obj=%p): _URC_HANDLER_FOUND",
H A DUnwind-EHABI.cpp141 return _URC_HANDLER_FOUND;
152 return _URC_HANDLER_FOUND;
532 case _URC_HANDLER_FOUND:
538 "unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND",
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h87 _URC_HANDLER_FOUND = 6, enumerator in enum:__anon670
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc410 return _URC_HANDLER_FOUND;
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc623 return _URC_HANDLER_FOUND;
/openbsd-current/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp746 ret = _URC_HANDLER_FOUND;

Completed in 128 milliseconds