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

/external/clang/test/Profile/
H A Dcxx-throws.cpp67 void unreachable(int i) { function
90 unreachable(1);
/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/jemalloc/include/jemalloc/internal/
H A Dutil.h74 # define unreachable() __builtin_unreachable() macro
76 # define unreachable() macro
81 # define unreachable() macro
/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/libunwind/include/
H A Dlibunwind_i.h92 # define unreachable() __builtin_unreachable() macro
94 # define unreachable() do { } while (1) macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2537 static void unreachable() { function in namespace:__tsan
2538 Report("FATAL: ThreadSanitizer: unreachable called\n");
2711 REAL(atexit) = (int(*)(void(*)()))unreachable;
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/robolectric/v1/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/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jar ... impl/gflow/liveness/ com/google/gwt/dev/jjs/impl/gflow/unreachable/ com/google/gwt/dev/js/ com/google/gwt/dev/js ...

Completed in 214 milliseconds