Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitch.java5 public interface Switch interface
/external/clang/lib/CodeGen/
DCGCleanup.cpp281 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
329 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
366 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
519 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
772 llvm::SwitchInst *Switch = in PopCleanupBlock() local
/external/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { in Switch() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h292 struct tgsi_switch_record Switch; member
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1027 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
/external/clang/lib/Parse/
DParseStmt.cpp1238 StmtResult Switch in ParseSwitchStatement() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml154 | Switch Constructor
Dllvm.mli212 | Switch Constructor
Dllvm_ocaml.c1705 CAMLprim value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, in llvm_add_case()
/external/llvm/lib/IR/
DCore.cpp2105 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest()
2257 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()
/external/clang/lib/Sema/
DSemaStmt.cpp728 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
DTreeTransform.h1164 Stmt *Switch, Stmt *Body) { in RebuildSwitchStmtBody()
5849 StmtResult Switch in TransformSwitchStmt() local
DSemaCodeComplete.cpp3766 SwitchStmt *Switch = getCurFunction()->SwitchStack.back(); in CodeCompleteCase() local
/external/llvm/bindings/go/llvm/
Dir.go172 Switch Opcode = C.LLVMSwitch const
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5172 SwitchInst *Switch, in ComputeExitLimitFromSingleExitSwitch()