Searched refs:_URC_NO_REASON (Results 1 - 17 of 17) sorted by last modified time

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp90 _URC_NO_REASON = 0, enumerator in enum:__anon25447
/external/libunwind/include/
H A Dunwind.h42 _URC_NO_REASON = 0, enumerator in enum:__anon24711
101 if the callback returns any value other than _URC_NO_REASON. */
/external/libunwind/src/unwind/
H A DBacktrace.c34 int ret = _URC_NO_REASON;
44 while (ret == _URC_NO_REASON)
48 else if ((*trace) (&context, trace_parameter) != _URC_NO_REASON)
H A Dunwind-internal.h102 if (reason != _URC_NO_REASON)
/external/libcxxabi/include/
H A Dunwind.h35 _URC_NO_REASON = 0, enumerator in enum:__anon23605
277 // or the _Unwind_Trace_Fn function returns something other than _URC_NO_REASON.
/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp521 return _URC_NO_REASON;
543 return _URC_NO_REASON;
701 if (phase1 != _URC_NO_REASON)
H A DUnwind-sjlj.c106 return _URC_NO_REASON;
123 return _URC_NO_REASON;
219 if (stopResult != _URC_NO_REASON) {
290 if (phase1 != _URC_NO_REASON)
H A DUnwindLevel1-gcc-ext.c100 /// returns anything other than _URC_NO_REASON, then walk is terminated.
160 if (result != _URC_NO_REASON) {
H A DUnwindLevel1.c97 return _URC_NO_REASON;
115 return _URC_NO_REASON;
267 if (stopResult != _URC_NO_REASON) {
340 if (phase1 != _URC_NO_REASON)
/external/libcxxabi/test/
H A Dbacktrace_test.cpp17 return _URC_NO_REASON;
/external/jemalloc/src/
H A Dprof.c181 return (_URC_NO_REASON);
200 return (_URC_NO_REASON);
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c20 _URC_NO_REASON = 0, enumerator in enum:__anon19595
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc201 #define UNWIND_CONTINUE _URC_NO_REASON
204 #define UNWIND_CONTINUE _URC_NO_REASON
/external/clang/lib/Headers/
H A Dunwind.h81 _URC_NO_REASON = 0, enumerator in enum:__anon17934
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c197 return _URC_NO_REASON;
202 _URC_END_OF_STACK : _URC_NO_REASON;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_android-inl.h85 return _URC_NO_REASON;
90 return _URC_NO_REASON;
97 return _URC_NO_REASON;
/external/chromium_org/base/debug/
H A Dstack_trace_android.cc42 return _URC_NO_REASON;
48 return _URC_NO_REASON;

Completed in 1980 milliseconds