Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DMultiwayPathsCoveredCheck.cpp51 static std::pair<std::size_t, bool> countCaseLabels(const SwitchStmt *Switch) { in countCaseLabels()
99 const auto *Switch = Result.Nodes.getNodeAs<SwitchStmt>("switch"); in check() local
129 const SwitchStmt *Switch, std::size_t CaseCount) { in handleSwitchWithDefault()
140 const SwitchStmt *Switch, std::size_t CaseCount, in handleSwitchWithoutDefault()
/external/javassist/src/test/test2/
DSwitch.classSwitch.java package test2 public test2.Switch extends java.lang.Object { public static int ...
/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/llvm-project/compiler-rt/test/fuzzer/
DSwitch2Test.cpp12 int Switch(int a) { in Switch() function
DSwitchTest.cpp15 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
/external/llvm/lib/Fuzzer/test/
DSwitchTest.cpp14 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
/external/skia/include/sksl/
DDSLCore.h151 DSLPossibleStatement Switch(DSLExpression value, Cases... cases) { in Switch() function
/external/toolchain-utils/cros_utils/
Dtiny_render.py65 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/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp319 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
367 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
404 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
589 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
866 llvm::SwitchInst *Switch = in PopCleanupBlock() local
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dincomplete_nodedef_builder.cc68 IncompleteNodeDefBuilder IncompleteNodeDefBuilder::Switch( in Switch() function in tensorflow::IncompleteNodeDefBuilder
/external/llvm-project/llvm/unittests/Analysis/
DBranchProbabilityInfoTest.cpp73 auto *Switch = SwitchInst::Create(Undef, ExitBB, NumCases, EntryBB); in TEST_F() local
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/
DSourceExtraction.cpp43 if(const auto *Switch = dyn_cast<SwitchStmt>(S)) in isSemicolonRequiredAfter() local
/external/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { in Switch() function
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DPopulateSwitch.cpp75 const SwitchStmt *Switch = nullptr; member in clang::clangd::__anond5c3c6910111::PopulateSwitch
/external/llvm-project/llvm/lib/CodeGen/
DTypePromotion.cpp268 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local
593 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local
688 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() 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/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DCyclomaticComplexityTest.java207 public static class Switch implements Target { class in CyclomaticComplexityTest
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h164 SwitchInst *Switch; variable
/external/llvm-project/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { in Switch() function
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DNodeType.h27 Switch, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h180 SwitchInst *Switch; variable
/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp68 class Switch in categorize() class
/external/llvm-project/clang-tools-extra/clang-query/
DQueryParser.cpp54 StringSwitch<T> Switch; member

1234