Home
last modified time | relevance | path

Searched defs:Switch (Results 1 – 25 of 76) sorted by relevance

1234

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dswitch.h31 R Switch(char idx, F0 f0) { in Switch() function
40 R Switch(char idx, F0 f0, F1 f1) { in Switch() function
51 R Switch(char idx, F0 f0, F1 f1, F2 f2) { in Switch() function
64 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3) { in Switch() function
80 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4) { in Switch() function
98 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5) { in Switch() function
118 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6) { in Switch() function
140 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7) { in Switch() function
164 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() function
192 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() function
[all …]
/external/javassist/src/test/test2/
DSwitch.classSwitch.java package test2 public test2.Switch extends java.lang.Object { public static int ...
/external/grpc-grpc/src/core/lib/promise/
Dswitch.h59 auto Switch(D, promise_detail::Default<F> def) { in Switch() function
65 auto Switch(D discriminator, promise_detail::Case<D, F> c, Others... others) { in Switch() function
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitch.java5 public interface Switch interface
/external/javassist/src/test/test3/
DSwitch.java3 public class Switch class
/external/perfetto/ui/src/widgets/
Dswitch.ts25 export class Switch implements m.ClassComponent<SwitchAttrs> { class
/external/llvm/lib/Fuzzer/test/
DSwitchTest.cpp14 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
/external/toolchain-utils/cros_utils/
Dtiny_render.py64 Switch = collections.namedtuple("Switch", ["text", "html"]) variable
/external/clang/lib/CodeGen/
DCGCleanup.cpp325 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/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dswitch.cc17 Switch::Switch(Simulator* simulator, std::string name, in Switch() function in quic::simulator::Switch
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dswitch.cc17 Switch::Switch(Simulator* simulator, std::string name, in Switch() function in quic::simulator::Switch
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dincomplete_nodedef_builder.cc68 IncompleteNodeDefBuilder IncompleteNodeDefBuilder::Switch( in Switch() function in tensorflow::IncompleteNodeDefBuilder
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DDFAJumpThreading.cpp747 SwitchInst *Switch; member
775 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform() local
1078 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis() local
1189 SwitchInst *Switch = cast<SwitchInst>(LastBlock->getTerminator()); in updateLastSuccessor() local
1297 MainSwitch Switch(SI, ORE); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp266 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local
591 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local
686 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local
/external/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { in Switch() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTypePromotion.cpp267 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local
555 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local
657 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DCyclomaticComplexityTest.java208 public static class Switch implements Target { class in CyclomaticComplexityTest
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h164 SwitchInst *Switch; variable
/external/angle/src/compiler/translator/
DNodeType.h27 Switch, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h180 SwitchInst *Switch; variable
/external/rust/android-crates-io/crates/argh_shared/src/
Dlib.rs105 Switch, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h71 Switch, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h51 Switch, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVPreLegalizer.cpp473 MachineInstr *Switch = *i; in processSwitches() local
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp990 Node Switch(uint32_t Count, Node Key) { in Switch() function in IceBuilder
1140 auto *Switch = InstSwitch::create(Func, IndirectTable.size(), in CallIndirect() local

1234