/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | Switch.java | 16 public class Switch extends JumpInstruction { class 22 public Switch( in Switch() method in Switch
|
/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/bart/ |
D | README.md | 87 #### Switch subsubsection in Scheduler Assertions
|
/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/libchrome/sandbox/linux/bpf_dsl/ |
D | bpf_dsl.h | 297 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg) { in Switch() function
|
/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/v8/src/compiler/ |
D | raw-machine-assembler.cc | 96 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label, in Switch() function in v8::internal::compiler::RawMachineAssembler
|
D | code-assembler.cc | 678 void CodeAssembler::Switch(Node* index, Label* default_label, in Switch() function in v8::internal::compiler::CodeAssembler
|
D | common-operator.cc | 923 const Operator* CommonOperatorBuilder::Switch(size_t control_output_count) { in Switch() function in v8::internal::compiler::CommonOperatorBuilder
|
/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.cc | 85 __ 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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 142 | Switch Constructor
|
D | llvm.mli | 192 | Switch Constructor
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.h | 402 struct tgsi_switch_record Switch; member
|
/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
|
D | llvm.mli | 212 | Switch Constructor
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 992 if (auto *Switch = dyn_cast<SwitchInst>(V)) { in transValueWithoutDecoration() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1655 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest() 1805 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()
|