HomeSort by relevance Sort by last modified time
    Searched full:unreachable (Results 351 - 375 of 1833) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/Reassociate/
2011-01-26-UseAfterFree.ll 22 unreachable
  /external/llvm/test/Transforms/ScalarRepl/
2008-02-28-SubElementExtractCrash.ll 15 unreachable
2011-09-22-PHISpeculateInvoke.ll 36 unreachable
2011-10-11-VectorMemset.ll 16 unreachable
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 114 // Instruction dominance in the same unreachable BB
129 // Anything dominates unreachable
133 // Unreachable doesn't dominate reachable
192 TEST(DominatorTree, Unreachable) {
  /external/skia/src/core/
SkTDynamicHash.h 48 SkASSERT(0); // find: should be unreachable
85 SkASSERT(0); // countCollisions: should be unreachable
171 SkASSERT(0); // add: should be unreachable
187 SkASSERT(0); // innerRemove: should be unreachable
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsUncheckedThrowTest.java 35 Assert.fail("unreachable");
  /frameworks/compile/libbcc/lib/Support/
InputFile.cpp 51 // unreachable
  /frameworks/compile/mclinker/include/mcld/LD/
DiagLayouts.inc 3 DIAG(err_section_not_laid_out, DiagnosticEngine::Unreachable, "section %0 has not been laid out. Developers may use an output LDSection in Layout::getFragmentRef", "section %0 has not been laid out. Developers may use an output LDSection in Layout::getFragmentRef")
  /libcore/support/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 21 * analysis of what is reachable. Unreachable references in local frames may not
  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp 438 else UNREACHABLE();
464 default: UNREACHABLE();
477 default: UNREACHABLE();
490 default: UNREACHABLE();
503 default: UNREACHABLE();
516 default: UNREACHABLE();
520 default: UNREACHABLE();
  /external/llvm/test/CodeGen/Thumb2/
2009-09-28-ITBlockBug.ll 25 unreachable
36 unreachable
56 unreachable
77 unreachable
130 unreachable
139 unreachable
148 unreachable
  /external/llvm/test/Transforms/GVN/
crash.ll 87 unreachable
89 bb64.i: ; Unreachable
92 bb66.i: ; Unreachable
167 ; Test that a GEP in an unreachable block with the following form doesn't crash
178 ;; Unreachable code.
180 unreachable.bb:
187 br label %unreachable.bb
2009-02-17-LoadPRECrash.ll 58 unreachable
89 unreachable
102 unreachable
117 unreachable
167 unreachable
192 unreachable
  /external/v8/src/
code-stubs.cc 159 UNREACHABLE();
227 UNREACHABLE();
287 UNREACHABLE();
323 UNREACHABLE();
413 UNREACHABLE();
441 UNREACHABLE();
453 UNREACHABLE();
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 1 //===-- UnreachableBlockElim.cpp - Remove unreachable blocks for codegen --===//
16 // selectors for various targets should just not generate code for unreachable
59 "Remove unreachable blocks from the CFG", false, false)
112 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
113 "Remove unreachable machine basic blocks", false, false)
  /external/llvm/test/CodeGen/X86/
dbg-value-terminator.ll 36 unreachable, !dbg !1
48 unreachable, !dbg !1
64 unreachable
94 unreachable
101 unreachable
  /external/llvm/test/Transforms/LCSSA/
invoke-dest.ll 39 unreachable
61 unreachable
84 unreachable
120 unreachable
132 unreachable
  /external/chromium_org/v8/src/
zone.h 154 void operator delete(void*, size_t) { UNREACHABLE(); }
155 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
235 void operator delete(void* pointer) { UNREACHABLE(); }
236 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
252 void operator delete(void* pointer) { UNREACHABLE(); }
253 void operator delete(void* pointer, Zone* zone) { UNREACHABLE(); }
dtoa.cc 50 UNREACHABLE();
95 UNREACHABLE();
objects-visiting.cc 69 UNREACHABLE();
200 UNREACHABLE();
property.cc 101 UNREACHABLE();
105 UNREACHABLE();
  /external/chromium_org/v8/src/mips/
disasm-mips.cc 329 UNREACHABLE();
355 UNREACHABLE();
434 UNREACHABLE();
468 UNREACHABLE();
590 UNREACHABLE();
612 UNREACHABLE();
619 UNREACHABLE();
628 UNREACHABLE();
765 UNREACHABLE();
777 UNREACHABLE();
    [all...]
  /external/clang/test/SemaCXX/
return-noreturn.cpp 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default
2 // RUN: %clang_cc1 %s -fsyntax-only -std=c++11 -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default
  /external/llvm/lib/Support/
ErrorHandling.cpp 94 dbgs() << "UNREACHABLE executed";
101 // so use the unreachable builtin to avoid a Clang self-host warning.

Completed in 776 milliseconds

<<11121314151617181920>>