Home
last modified time | relevance | path

Searched refs:_URC_NO_REASON (Results 1 – 15 of 15) sorted by relevance

/freebsd-head/contrib/llvm-project/libunwind/src/
HDUnwind-sjlj.c158 return _URC_NO_REASON; in unwind_phase1()
176 return _URC_NO_REASON; in unwind_phase1()
275 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
347 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException()
HDUnwindLevel1.c164 return _URC_NO_REASON; in unwind_phase1()
182 return _URC_NO_REASON; in unwind_phase1()
383 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
460 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
HDUnwind-EHABI.cpp540 return _URC_NO_REASON; in unwind_phase1()
562 return _URC_NO_REASON; in unwind_phase1()
745 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
830 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
HDUnwindLevel1-gcc-ext.c202 if (result != _URC_NO_REASON) { in _Unwind_Backtrace()
HDUnwind-seh.cpp283 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_unwind_linux_libcdep.cpp54 #define UNWIND_CONTINUE _URC_NO_REASON
57 #define UNWIND_CONTINUE _URC_NO_REASON
HDsanitizer_unwind_fuchsia.cpp39 : _URC_NO_REASON); in Unwind_Trace()
/freebsd-head/contrib/libexecinfo/
HDunwind.c57 return _URC_NO_REASON; in tracer()
/freebsd-head/contrib/libcxxrt/
HDunwind-itanium.h42 _URC_NO_REASON = 0, enumerator
HDunwind-arm.h32 _URC_NO_REASON = 0, enumerator
/freebsd-head/contrib/llvm-project/libunwind/include/
HDunwind.h33 _URC_NO_REASON = 0, enumerator
/freebsd-head/lib/libthr/thread/
HDthr_exit.c162 return (_URC_NO_REASON); in thread_unwind_stop()
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDunwind.h75 _URC_NO_REASON = 0, enumerator
/freebsd-head/contrib/jemalloc/src/
HDprof.c606 return _URC_NO_REASON; in prof_unwind_init_callback()
626 return _URC_NO_REASON; in prof_unwind_callback()
/freebsd-head/contrib/llvm-project/llvm/lib/Support/Unix/
HDSignals.inc699 return _URC_NO_REASON;