Home
last modified time | relevance | path

Searched defs:Unreachable (Results 1 – 17 of 17) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/errors/
DUnreachable.java9 public class Unreachable extends InternalCompilerError { class
11 public Unreachable() { in Unreachable() method in Unreachable
14 public Unreachable(String s) { in Unreachable() method in Unreachable
/external/llvm/unittests/IR/
DDominatorTreeTest.cpp246 TEST(DominatorTree, Unreachable) { in TEST() argument
/external/clang/lib/Format/
DUnwrappedLineParser.cpp537 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { in conditionalCompilationCondition()
544 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { in conditionalCompilationStart()
/external/v8/src/compiler/
Draw-machine-assembler.cc169 void RawMachineAssembler::Unreachable() { in Unreachable() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.cc282 void CodeAssembler::Unreachable() { in Unreachable() function in v8::internal::compiler::CodeAssembler
Dwasm-compiler.cc133 void Unreachable(wasm::WasmCodePosition position) { in Unreachable() function in v8::internal::compiler::WasmTrapHelper
1136 Node* WasmGraphBuilder::Unreachable(wasm::WasmCodePosition position) { in Unreachable() function in v8::internal::compiler::WasmGraphBuilder
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp421 PlacedList Unreachable; // Unreachable nodes in reorderNodes() local
511 NodeList Unreachable; in shuffleNodes() local
DWasmTranslator.cpp1046 Node Unreachable() { in Unreachable() function in IceBuilder
DIceInst.h48 Unreachable, enumerator
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp617 bool Unreachable, MDNode *BranchWeights, in SplitBlockAndInsertIfThen()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml146 | Unreachable Constructor
Dllvm.mli196 | Unreachable Constructor
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml158 | Unreachable Constructor
Dllvm.mli216 | Unreachable Constructor
/external/v8/tools/gcmole/
Dgcmole.cc323 static Environment Unreachable() { in Unreachable() function in __anona2c38c5e0111::Environment
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2088 void Unreachable() { in Unreachable() function
/external/llvm/bindings/go/llvm/
Dir.go177 Unreachable Opcode = C.LLVMUnreachable const