Home
last modified time | relevance | path

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

/external/libunwind/src/unwind/
DBacktrace.c34 int ret = _URC_NO_REASON; in _Unwind_Backtrace()
44 while (ret == _URC_NO_REASON) in _Unwind_Backtrace()
48 else if ((*trace) (&context, trace_parameter) != _URC_NO_REASON) in _Unwind_Backtrace()
Dunwind-internal.h102 if (reason != _URC_NO_REASON) in _Unwind_Phase2()
/external/libunwind_llvm/src/
DUnwind-sjlj.c106 return _URC_NO_REASON; in unwind_phase1()
123 return _URC_NO_REASON; in unwind_phase1()
219 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
290 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException()
DUnwindLevel1.c107 return _URC_NO_REASON; in unwind_phase1()
125 return _URC_NO_REASON; in unwind_phase1()
283 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
358 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
DUnwind-EHABI.cpp531 return _URC_NO_REASON; in unwind_phase1()
553 return _URC_NO_REASON; in unwind_phase1()
716 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
DUnwindLevel1-gcc-ext.c174 if (result != _URC_NO_REASON) { in _Unwind_Backtrace()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc78 #define UNWIND_CONTINUE _URC_NO_REASON
81 #define UNWIND_CONTINUE _URC_NO_REASON
/external/libunwind_llvm/test/
Dlibunwind_02.pass.cpp14 return _URC_NO_REASON; in callback()
/external/libcxxabi/test/
Dbacktrace_test.pass.cpp18 return _URC_NO_REASON; in trace_function()
/external/libunwind/include/
Dunwind.h42 _URC_NO_REASON = 0, enumerator
/external/clang/lib/Headers/
Dunwind.h81 _URC_NO_REASON = 0, enumerator
/external/libunwind_llvm/include/
Dunwind.h29 _URC_NO_REASON = 0, enumerator
/external/jemalloc/src/
Dprof.c331 return (_URC_NO_REASON); in prof_unwind_init_callback()
350 return (_URC_NO_REASON); in prof_unwind_callback()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp92 _URC_NO_REASON = 0, enumerator