/frameworks/compile/mclinker/include/mcld/Support/ |
MsgHandling.h | 31 MsgHandler unreachable(unsigned int pID); 44 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) function in class:mcld 46 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
|
/frameworks/compile/mclinker/lib/LD/ |
TextDiagnosticPrinter.cpp | 50 case DiagnosticEngine::Unreachable: { 52 m_OStream << "Unreachable: "; 113 case DiagnosticEngine::Unreachable: {
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagnosticEngine.h | 41 Unreachable,
|
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 201 /// If Unreachable is true, then ThenBlock ends with 206 bool Unreachable, MDNode *BranchWeights = 0);
|
/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/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 324 static Environment Unreachable() { 933 out_(Environment::Unreachable()), 1004 return Environment::Unreachable(); 1009 return Environment::Unreachable(); 1075 return Environment::Unreachable(); [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 324 static Environment Unreachable() { 935 out_(Environment::Unreachable()), 1006 return Environment::Unreachable(); 1011 return Environment::Unreachable(); 1077 return Environment::Unreachable(); [all...] |
/external/clang/tools/scan-build/ |
scan-build | 301 my $Regex = qr/(.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable 314 Unreachable => $3, 454 $UnreachedBlocks += $Row->{Unreachable}; [all...] |
/bionic/libc/arch-x86/string/ |
ssse3-memcmp-atom.S | 1824 # error Unreachable preprocessor case 1858 # error Unreachable preprocessor case [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarLexer.cs | 5 // Unreachable code detected.
|
ProfileGrammarLexer.cs | 5 // Unreachable code detected.
|
DebugTreeGrammar.cs | 5 // Unreachable code detected.
|
ProfileTreeGrammar.cs | 5 // Unreachable code detected.
|
DebugGrammarParser.cs | 5 // Unreachable code detected. [all...] |
ProfileGrammarParser.cs | 5 // Unreachable code detected. [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 52 // value with. Note that since this block is unreachable, and all values 645 /// If Unreachable is true, then ThenBlock ends with 650 bool Unreachable, MDNode *BranchWeights) { 658 if (Unreachable)
|
/external/llvm/lib/IR/ |
Instruction.cpp | 195 case Unreachable: return "unreachable";
|
Instructions.cpp | 701 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, 705 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, [all...] |
/external/chromium_org/v8/src/ |
ic.h | 61 ICU(Unreachable) \ 218 UNREACHABLE(); 238 UNREACHABLE(); 242 UNREACHABLE(); 246 UNREACHABLE(); 250 UNREACHABLE(); [all...] |
liveedit-debugger.js | 671 Assert("Unreachable", false); [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 674 INSTKEYWORD(unreachable, Unreachable);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 147 | Unreachable [all...] |
/external/v8/src/ |
liveedit-debugger.js | 654 Assert("Unreachable", false); [all...] |