Searched refs:_URC_NO_REASON (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin-unwind.h35 ? _URC_NO_REASON : _URC_END_OF_STACK)
H A Dlinux-unwind.h304 return _URC_NO_REASON;
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Dtpf-unwind.h96 return _URC_NO_REASON;
122 return _URC_NO_REASON;
H A Dlinux-unwind.h133 return _URC_NO_REASON;
/freebsd-9.3-release/contrib/libcxxrt/
H A Dunwind-itanium.h42 _URC_NO_REASON = 0, enumerator in enum:__anon1672
101 if the callback returns any value other than _URC_NO_REASON. */
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_throw.cc44 // returns _URC_NO_REASON and not _URC_FOREIGN_EXCEPTION_CAUGHT
46 if (code != _URC_FOREIGN_EXCEPTION_CAUGHT && code != _URC_NO_REASON)
/freebsd-9.3-release/include/
H A Dunwind.h43 _URC_NO_REASON = 0, enumerator in enum:__anon5006
103 if the callback returns any value other than _URC_NO_REASON. */
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlinux-unwind.h87 return _URC_NO_REASON;
155 return _URC_NO_REASON;
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dlinux-unwind.h110 return _URC_NO_REASON;
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-generic.h65 _URC_NO_REASON = 0, enumerator in enum:__anon1239
H A Dunwind-sjlj.c282 return _URC_NO_REASON;
H A Dunwind-dw2.c1161 return _URC_NO_REASON;
1194 if (uw_frame_state_for (&context, &fs) != _URC_NO_REASON)
1421 gcc_assert (code == _URC_NO_REASON);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dlinux-unwind.h104 return _URC_NO_REASON;
177 return _URC_NO_REASON;
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c20 _URC_NO_REASON = 0, enumerator in enum:__anon873
/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h81 _URC_NO_REASON = 0, enumerator in enum:__anon3170
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_exit.c157 return (_URC_NO_REASON);

Completed in 137 milliseconds