HomeSort by relevance Sort by last modified time
    Searched defs:unreachable (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/Profile/
cxx-throws.cpp 67 void unreachable(int i) { function
90 unreachable(1);
  /prebuilts/go/darwin-x86/test/chan/
select3.go 17 func unreachable() { func
76 unreachable()
83 unreachable()
127 unreachable()
133 unreachable()
139 unreachable()
141 unreachable()
150 unreachable()
163 unreachable()
170 unreachable()
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select3.go 17 func unreachable() { func
76 unreachable()
83 unreachable()
127 unreachable()
133 unreachable()
139 unreachable()
141 unreachable()
150 unreachable()
163 unreachable()
170 unreachable()
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 28 MsgHandler unreachable(unsigned int pID);
41 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) { function in class:mcld
42 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
  /external/compiler-rt/test/cfi/cross-dso/
stats.cpp 40 extern "C" __attribute__((noinline)) void unreachable(A *a) { function
41 // CHECK-NOT: unreachable
56 unreachable(&a);
  /external/compiler-rt/test/cfi/
stats.cpp 35 extern "C" __attribute__((noinline)) void unreachable(A *a) { function
36 // CHECK-NOT: unreachable
51 unreachable(&a);
  /prebuilts/go/darwin-x86/src/go/types/
errors.go 22 func unreachable() { func
23 panic("unreachable")
  /prebuilts/go/linux-x86/src/go/types/
errors.go 22 func unreachable() { func
23 panic("unreachable")
  /art/test/542-inline-trycatch/src/
Main.java 53 unreachable(); method
59 unreachable(); method
80 unreachable(); method
87 unreachable(); method
93 unreachable(); method
98 unreachable(); method
126 unreachable(); method
133 unreachable(); method
171 private static void unreachable() { method in class:Main
172 throw new Error("Unreachable");
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 32 "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;
109 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
110 << unreachable << " | Exhausted Block:
    [all...]
  /external/jemalloc/include/jemalloc/internal/
util.h 80 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
  /external/mesa3d/src/util/
macros.h 71 * Unreachable macro. Useful for suppressing "control reaches end of non-void
75 #define unreachable(str) \ macro
81 #define unreachable(str) \ macro
87 #define unreachable(str) assert(!str) macro
  /external/libunwind/include/
libunwind_i.h 92 # define unreachable() __builtin_unreachable() macro
94 # define unreachable() do { } while (1) macro
  /external/iputils/
traceroute6.c 70 * 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 >= nprobes-1)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 185 void setUnreachable() { unreachable = true; }
186 bool isUnreachable() const { return unreachable; }
238 // true for all unreachable blocks, but should be set at least
240 bool unreachable; member in class:spv::Block
392 __inline Block::Block(Id id, Function& parent) : parent(parent), unreachable(false)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 197 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)
450 * from the original young "to the left" of us are in unreachable now,
481 /* This *may* be unreachable. To make progress,
879 PyGC_Head unreachable; \/* non-problematic unreachable trash *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 157 indirectly) from outside the generation into an "unreachable" set.
159 again. Objects that are found to be unreachable have gc_refs set to
394 /* Move the unreachable objects from young to unreachable. After this,
396 * unreachable have gc_refs = GC_TENTATIVELY_UNREACHABLE. All tracked
397 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
399 * from outside the original young; and all objects in unreachable are
403 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable)
410 * from the original young "to the left" of us are in unreachable now,
444 /* This *may* be unreachable. To make progress,
828 PyGC_Head unreachable; \/* non-problematic unreachable trash *\/ local
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 197 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)
450 * from the original young "to the left" of us are in unreachable now,
481 /* This *may* be unreachable. To make progress
879 PyGC_Head unreachable; \/* non-problematic unreachable trash *\/ local
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 211 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)
464 * from the original young "to the left" of us are in unreachable now,
495 /* This *may* be unreachable. To make progress
910 PyGC_Head unreachable; \/* non-problematic unreachable trash *\/ local
    [all...]
  /external/v8/src/wasm/
function-body-decoder.cc 111 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.
374 UNREACHABLE();
405 UNREACHABLE();
665 UNREACHABLE();
864 if (c->unreachable) PushEndValues(c);
873 if (!c->unreachable && stack_.size() != c->stack_depth) {
995 } else if (control_.back().unreachable) {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 2426 static void unreachable() { function in namespace:__tsan
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 498 milliseconds

1 2