Searched defs:unreachable (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp32 "The # of unreachable blocks in analyzing top level functions");
72 unsigned total = 0, unreachable = 0; local
78 // Check if the block is unreachable
80 ++unreachable;
84 // We never 'reach' the entry block, so correct the unreachable count
85 unreachable--;
88 unreachable--;
105 NumBlocksUnreachable += unreachable;
110 << unreachable << " | Exhausted Block: "
/external/libunwind/include/
H A Dlibunwind_i.h91 # define unreachable() __builtin_unreachable() macro
93 # define unreachable() do { } while (1) macro
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings.cc223 void DataReductionProxySettings::SetUnreachable(bool unreachable) { argument
224 unreachable_ = unreachable;
/external/iputils/
H A Dtraceroute6.c70 * unreachable" (which means we got to "host") or hit a max (which
137 * sends an unreachable message using whatever ttl remains in the
173 * network or protocol unreachable, respectively), !S or !F (source
176 * almost all the probes result in some kind of unreachable, traceroute
596 int unreachable = 0; local
626 ++unreachable;
630 ++unreachable;
635 ++unreachable;
649 (unreachable > 0 && unreachable >
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2210 static void unreachable() { function in namespace:__tsan
2211 Report("FATAL: ThreadSanitizer: unreachable called\n");
2389 REAL(atexit) = (int(*)(void(*)()))unreachable;
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jar ... ibex.classgen.MethodGen mg private static final int UNREACHABLE private static final int SKIP_NEXT private boolean textDone private static ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 300 milliseconds