Home
last modified time | relevance | path

Searched refs:Unreachable (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm/test/Transforms/Mem2Reg/
D2003-04-18-DeadBlockProblem.ll11 Unreachable: ; No predecessors!
13 EndOfLoop: ; preds = %Unreachable, %Loop
/external/clang/lib/Format/
DUnwrappedLineParser.h122 void conditionalCompilationCondition(bool Unreachable);
123 void conditionalCompilationStart(bool Unreachable);
DUnwrappedLineParser.cpp523 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { in conditionalCompilationCondition() argument
524 if (Unreachable || (!PPStack.empty() && PPStack.back() == PP_Unreachable)) in conditionalCompilationCondition()
530 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { in conditionalCompilationStart() argument
539 conditionalCompilationCondition(Unreachable || Skip); in conditionalCompilationStart()
/external/clang/include/clang/Basic/
DSanitizers.def74 SANITIZER("unreachable", Unreachable)
104 Shift | SignedIntegerOverflow | Unreachable | VLABound |
/external/llvm/test/Transforms/GVN/
Dcrash.ll89 bb64.i: ; Unreachable
92 bb66.i: ; Unreachable
178 ;; Unreachable code.
/external/v8/tools/gcmole/
Dgcmole.cc323 static Environment Unreachable() { in Unreachable() function in __anond932a49f0111::Environment
916 out_(Environment::Unreachable()), in Block()
987 return Environment::Unreachable(); in DECL_VISIT_STMT()
992 return Environment::Unreachable(); in DECL_VISIT_STMT()
1058 return Environment::Unreachable(); in DECL_VISIT_STMT()
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h264 bool Unreachable,
/external/jemalloc/test/include/test/
Djemalloc_test.h.in39 "<jemalloc>: %s:%d: Unreachable code reached\n", \
/external/webrtc/talk/build/
Dcommon.gypi114 # Warning 4702 ("Unreachable code") should be re-enabled once
/external/v8/src/compiler/
Dwasm-compiler.h100 Node* Unreachable();
Dwasm-compiler.cc106 void Unreachable() { ConnectTrap(kTrapUnreachable); } in Unreachable() function in v8::internal::compiler::WasmTrapHelper
974 Node* WasmGraphBuilder::Unreachable() { in Unreachable() function in v8::internal::compiler::WasmGraphBuilder
975 trap_->Unreachable(); in Unreachable()
/external/clang/tools/scan-build/bin/
Dscan-build356 Unreachable => $3,
506 $UnreachedBlocks += $Row->{Unreachable};
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp708 bool Unreachable, in SplitBlockAndInsertIfThen() argument
717 if (Unreachable) in SplitBlockAndInsertIfThen()
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp246 TEST(DominatorTree, Unreachable) { in TEST() argument
/external/llvm/include/llvm/IR/
DInstruction.def116 HANDLE_TERM_INST ( 7, Unreachable , UnreachableInst)
/external/llvm/lib/IR/
DInstruction.cpp204 case Unreachable: return "unreachable"; in getOpcodeName()
/external/v8/src/wasm/
Dwasm-opcodes.h82 V(Unreachable, 0x15, _)
Dast-decoder.cc442 BUILD0(Unreachable); in DecodeFunctionBody()
/external/clang/lib/Driver/
DSanitizerArgs.cpp36 Unrecoverable = Unreachable | Return,
/external/llvm/lib/AsmParser/
DLLLexer.cpp749 INSTKEYWORD(unreachable, Unreachable); in LexIdentifier()
/external/bison/tests/
Dconflicts.at1059 ## Unreachable States After Conflict Resolution. ##
1062 AT_SETUP([[Unreachable States After Conflict Resolution]])
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml158 | Unreachable Constructor
1048 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
/external/v8/src/runtime/
Druntime.h1038 F(Unreachable, 0, 1)
/external/v8/src/arm64/
Dassembler-arm64-inl.h572 void Assembler::Unreachable() {
Dbuiltins-arm64.cc757 __ Unreachable(); in Generate_CheckStackOverflow()
2578 __ Unreachable(); in Generate_ArgumentsAdaptorTrampoline()

123