Searched refs:_URC_NO_REASON (Results 1 - 25 of 29) sorted by path

12

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c570 if (stop_code != _URC_NO_REASON)
788 != _URC_NO_REASON)
H A Dunwind-arm.h83 #define _URC_NO_REASON _URC_OK macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h104 return _URC_NO_REASON;
177 return _URC_NO_REASON;
/freebsd-11-stable/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-11-stable/contrib/gcc/config/mips/
H A Dlinux-unwind.h110 return _URC_NO_REASON;
/freebsd-11-stable/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-11-stable/contrib/gcc/config/s390/
H A Dlinux-unwind.h133 return _URC_NO_REASON;
H A Dtpf-unwind.h96 return _URC_NO_REASON;
122 return _URC_NO_REASON;
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux-unwind.h87 return _URC_NO_REASON;
155 return _URC_NO_REASON;
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2.c1161 return _URC_NO_REASON;
1194 if (uw_frame_state_for (&context, &fs) != _URC_NO_REASON)
1430 gcc_assert (code == _URC_NO_REASON);
H A Dunwind-generic.h65 _URC_NO_REASON = 0, enumerator in enum:__anon1401
H A Dunwind-sjlj.c282 return _URC_NO_REASON;
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c332 return (_URC_NO_REASON);
351 return (_URC_NO_REASON);
/freebsd-11-stable/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-11-stable/include/
H A Dunwind.h43 _URC_NO_REASON = 0, enumerator in enum:__anon6571
103 if the callback returns any value other than _URC_NO_REASON. */
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_exit.c162 return (_URC_NO_REASON);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h32 _URC_NO_REASON = 0, enumerator in enum:__anon5
H A Dunwind-itanium.h42 _URC_NO_REASON = 0, enumerator in enum:__anon13
102 if the callback returns any value other than _URC_NO_REASON. */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h73 _URC_NO_REASON = 0, enumerator in enum:__anon634
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_markup.cpp117 : _URC_NO_REASON);
H A Dsanitizer_unwind_linux_libcdep.cpp54 #define UNWIND_CONTINUE _URC_NO_REASON
57 #define UNWIND_CONTINUE _URC_NO_REASON
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h33 _URC_NO_REASON = 0, enumerator in enum:__anon1283
308 // or the _Unwind_Trace_Fn function returns something other than _URC_NO_REASON.
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp513 return _URC_NO_REASON;
535 return _URC_NO_REASON;
684 if (phase1 != _URC_NO_REASON)

Completed in 371 milliseconds

12