Home
last modified time | relevance | path

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

12

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitch.java5 public interface Switch interface
/external/llvm/lib/Fuzzer/test/
DSwitchTest.cpp11 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
/external/clang/lib/CodeGen/
DCGCleanup.cpp308 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
356 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
393 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
533 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
794 llvm::SwitchInst *Switch = in PopCleanupBlock() local
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.h297 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg) { in Switch() function
/external/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { in Switch() function
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DCyclomaticComplexityTest.java207 public static class Switch implements Target { class in CyclomaticComplexityTest
/external/v8/test/unittests/compiler/
Dcommon-operator-unittest.cc241 TEST_F(CommonOperatorTest, Switch) { in TEST_F() argument
Dscheduler-unittest.cc1094 TARGET_TEST_F(SchedulerTest, Switch) { in TARGET_TEST_F() argument
/external/autotest/client/tests/kvm/scripts/
Dvirtio_console_guest.py169 class Switch(Thread): class in VirtioGuest
/external/v8/src/compiler/
Draw-machine-assembler.cc72 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label, in Switch() function in v8::internal::compiler::RawMachineAssembler
Dcommon-operator.cc515 const Operator* CommonOperatorBuilder::Switch(size_t control_output_count) { in Switch() function in v8::internal::compiler::CommonOperatorBuilder
Dwasm-compiler.cc933 Node* WasmGraphBuilder::Switch(unsigned count, Node* key) { in Switch() function in v8::internal::compiler::WasmGraphBuilder
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h292 struct tgsi_switch_record Switch; member
/external/clang/lib/Parse/
DParseStmt.cpp1248 StmtResult Switch in ParseSwitchStatement() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1216 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml154 | Switch Constructor
Dllvm.mli212 | Switch Constructor
Dllvm_ocaml.c1716 CAMLprim value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, in llvm_add_case()
/external/v8/test/cctest/interpreter/
Dtest-bytecode-generator.cc5463 TEST(Switch) { in TEST() argument
/external/llvm/lib/IR/
DCore.cpp2129 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest()
2285 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()
/external/clang/lib/Sema/
DSemaStmt.cpp729 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
DTreeTransform.h1185 Stmt *Switch, Stmt *Body) { in RebuildSwitchStmtBody()
6181 StmtResult Switch in TransformSwitchStmt() local
DSemaCodeComplete.cpp3828 SwitchStmt *Switch = getCurFunction()->SwitchStack.back(); in CodeCompleteCase() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5204 if (auto *Switch = dyn_cast<SwitchInst>(I)) in optimizeInst() local
/external/llvm/bindings/go/llvm/
Dir.go174 Switch Opcode = C.LLVMSwitch const

12