Searched refs:_URC_NO_REASON (Results 26 - 40 of 40) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/
H A Dunwind-sjlj.c282 return _URC_NO_REASON;
H A Dunwind-dw2.c1188 return _URC_NO_REASON;
1221 if (uw_frame_state_for (&context, &fs) != _URC_NO_REASON)
1448 gcc_assert (code == _URC_NO_REASON);
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h79 #define _URC_NO_REASON _URC_OK macro
H A Dunwind-arm.c569 if (stop_code != _URC_NO_REASON)
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dlinux-unwind.h117 return _URC_NO_REASON;
H A Dunwind-ia64.c1799 if (MD_FALLBACK_FRAME_STATE_FOR (context, fs) == _URC_NO_REASON)
1800 return _URC_NO_REASON;
1815 return _URC_NO_REASON;
1873 return _URC_NO_REASON;
2129 if (uw_frame_state_for (context, &fs) != _URC_NO_REASON)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-sjlj.c254 return _URC_NO_REASON;
H A Dunwind-dw2.c990 return _URC_NO_REASON;
1028 return _URC_NO_REASON;
1060 if (uw_frame_state_for (&context, &fs) != _URC_NO_REASON)
1224 if (uw_frame_state_for (context, &fs) != _URC_NO_REASON)
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dlinux-unwind.h304 return _URC_NO_REASON;
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h75 _URC_NO_REASON = 0, enumerator in enum:__anon670
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp540 return _URC_NO_REASON;
562 return _URC_NO_REASON;
745 if (stopResult != _URC_NO_REASON) {
830 if (phase1 != _URC_NO_REASON)
H A DUnwindLevel1-gcc-ext.c131 /// returns anything other than _URC_NO_REASON, then walk is terminated.
202 if (result != _URC_NO_REASON) {
H A DUnwind-seh.cpp274 if (stopResult != _URC_NO_REASON) {
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dhpux-unwind.h356 return _URC_NO_REASON;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c1726 return _URC_NO_REASON;
1783 return _URC_NO_REASON;
2020 if (uw_frame_state_for (context, &fs) != _URC_NO_REASON)

Completed in 307 milliseconds

12