/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | Switch.java | 5 public interface Switch interface
|
/external/llvm/lib/Fuzzer/test/ |
D | SwitchTest.cpp | 14 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | BranchProbabilityInfoTest.cpp | 74 auto *Switch = SwitchInst::Create(Undef, ExitBB, NumCases, EntryBB); in TEST_F() local
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 325 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() 373 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local 410 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local 550 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local 823 llvm::SwitchInst *Switch = in PopCleanupBlock() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 98 auto *Switch = in createResumeEntryBlock() local 221 coro::Shape &Shape, SwitchInst *Switch, in handleFinalSuspend() 288 auto *Switch = cast<SwitchInst>(VMap[Shape.ResumeSwitch]); in createClone() local 309 auto *Switch = cast<SwitchInst>(VMap[Shape.ResumeSwitch]); in createClone() local
|
/external/clang/test/SemaCXX/ |
D | cxx1y-contextual-conversion-tweaks.cpp | 28 void Switch() { in Switch() function
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | CyclomaticComplexityTest.java | 207 public static class Switch implements Target { class in CyclomaticComplexityTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 181 SwitchInst *Switch; variable
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | local_ssa_elim_test.cpp | 1044 TEST_F(LocalSSAElimTest, Switch) { in TEST_F() argument
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | local_ssa_elim_test.cpp | 1044 TEST_F(LocalSSAElimTest, Switch) { in TEST_F() argument
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 990 Node Switch(uint32_t Count, Node Key) { in Switch() function in IceBuilder 1140 auto *Switch = InstSwitch::create(Func, IndirectTable.size(), in CallIndirect() local
|
D | IceConverter.cpp | 541 Ice::InstSwitch *Switch = in convertSwitchInstruction() local
|
D | IceInst.h | 64 Switch, enumerator
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics-generator.cc | 98 __ Switch(function_id, &abort, cases, labels, arraysize(cases)); in InvokeIntrinsic() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 942 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.h | 406 struct tgsi_switch_record Switch; member
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 142 | Switch Constructor
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.cc | 310 Node* Switch(Graph* g, Node* in0, Node* in1) { in Switch() function
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 116 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label, in Switch() function in v8::internal::compiler::RawMachineAssembler
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1271 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1291 StmtResult Switch = in ParseSwitchStatement() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 154 | Switch Constructor
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 1473 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 179 | Switch Constructor
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 992 if (auto *Switch = dyn_cast<SwitchInst>(V)) { in transValueWithoutDecoration() local
|