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

/external/clang/test/Profile/
H A Dcxx-throws.cpp67 void unreachable(int i) { function
90 unreachable(1);
/external/compiler-rt/test/cfi/cross-dso/
H A Dstats.cpp40 extern "C" __attribute__((noinline)) void unreachable(A *a) { function
41 // CHECK-NOT: unreachable
56 unreachable(&a);
/external/compiler-rt/test/cfi/
H A Dstats.cpp35 extern "C" __attribute__((noinline)) void unreachable(A *a) { function
36 // CHECK-NOT: unreachable
51 unreachable(&a);
/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.h80 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
/external/mesa3d/src/util/
H A Dmacros.h75 #define unreachable(str) \ macro
81 #define unreachable(str) \ macro
87 #define unreachable(str) assert(!str) 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/python/cpython2/Modules/
H A Dgcmodule.c197 indirectly) from outside the generation into an "unreachable" set.
199 again. Objects that are found to be unreachable have gc_refs set to
434 /* Move the unreachable objects from young to unreachable. After this,
436 * unreachable have gc_refs = GC_TENTATIVELY_UNREACHABLE. All tracked
437 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
439 * from outside the original young; and all objects in unreachable are
443 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) argument
450 * from the original young "to the left" of us are in unreachable now,
481 /* This *may* be unreachable
537 move_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) argument
601 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) argument
879 PyGC_Head unreachable; /* non-problematic unreachable trash */ local
[all...]
/external/python/cpython3/Modules/
H A Dgcmodule.c211 indirectly) from outside the generation into an "unreachable" set.
213 again. Objects that are found to be unreachable have gc_refs set to
448 /* Move the unreachable objects from young to unreachable. After this,
450 * unreachable have gc_refs = GC_TENTATIVELY_UNREACHABLE. All tracked
451 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
453 * from outside the original young; and all objects in unreachable are
457 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) argument
464 * from the original young "to the left" of us are in unreachable now,
495 /* This *may* be unreachable
536 move_legacy_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) argument
600 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) argument
910 PyGC_Head unreachable; /* non-problematic unreachable trash */ local
[all...]
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc111 bool unreachable; // The current block has been ended. member in struct:v8::internal::wasm::Control
151 // TF graphs when decoding inputs that have unreachable code.
864 if (c->unreachable) PushEndValues(c);
873 if (!c->unreachable && stack_.size() != c->stack_depth) {
995 } else if (control_.back().unreachable) {
1299 if (c->unreachable) PrintF("*");
1345 control_.back().unreachable = true;
1579 if (!control_.back().unreachable) {
1603 if (stack_.size() < expected && !control_.back().unreachable) {
1620 (stack_.size() < expected && c->unreachable)) {
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2426 static void unreachable() { function in namespace:__tsan
2427 Report("FATAL: ThreadSanitizer: unreachable called\n");
2581 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/ ...

Completed in 363 milliseconds