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

12

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-unwind.h35 ? _URC_NO_REASON : _URC_END_OF_STACK)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C19 return _URC_NO_REASON;
H A Dforced3.C20 return _URC_NO_REASON;
H A Dforced4.C19 return _URC_NO_REASON;
H A Dforced1.C26 return _URC_NO_REASON;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c17 return _URC_NO_REASON;
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-unwind.h56 return _URC_NO_REASON;
69 return _URC_NO_REASON;
H A Dlinux-unwind.h81 return _URC_NO_REASON;
/openbsd-current/gnu/gcc/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;
/openbsd-current/gnu/gcc/libstdc++-v3/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)
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_throw.cc46 // returns _URC_NO_REASON and not _URC_FOREIGN_EXCEPTION_CAUGHT
48 if (code != _URC_FOREIGN_EXCEPTION_CAUGHT && code != _URC_NO_REASON)
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlinux-unwind.h87 return _URC_NO_REASON;
155 return _URC_NO_REASON;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp54 #define UNWIND_CONTINUE _URC_NO_REASON
57 #define UNWIND_CONTINUE _URC_NO_REASON
H A Dsanitizer_symbolizer_markup.cpp123 : _URC_NO_REASON);
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dlinux-unwind.h110 return _URC_NO_REASON;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h58 _URC_NO_REASON = 0, enumerator in enum:__anon7212
H A Dunwind-libunwind.c63 return _URC_NO_REASON;
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c157 return _URC_NO_REASON;
175 return _URC_NO_REASON;
274 if (stopResult != _URC_NO_REASON) {
346 if (phase1 != _URC_NO_REASON)
H A DUnwindLevel1.c150 return _URC_NO_REASON;
168 return _URC_NO_REASON;
357 if (stopResult != _URC_NO_REASON) {
434 if (phase1 != _URC_NO_REASON)
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h65 _URC_NO_REASON = 0, enumerator in enum:__anon353
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dlinux-unwind.h138 return _URC_NO_REASON;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h33 _URC_NO_REASON = 0, enumerator in enum:__anon295
112 // or the _Unwind_Trace_Fn function returns something other than _URC_NO_REASON.
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dlinux-unwind.h141 return _URC_NO_REASON;
251 return _URC_NO_REASON;
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dlinux-unwind.h104 return _URC_NO_REASON;
177 return _URC_NO_REASON;

Completed in 149 milliseconds

12