Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitch.java5 public interface Switch interface
/external/clang/lib/CodeGen/
DCGCleanup.cpp279 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
326 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
363 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
509 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
762 llvm::SwitchInst *Switch = in PopCleanupBlock() local
/external/clang/test/SemaCXX/
Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { in Switch() function
/external/chromium_org/sandbox/linux/bpf_dsl/
Dbpf_dsl.h357 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg) { in Switch() function
/external/chromium_org/third_party/codesighs/
Dnm2tsv.c87 Switch; typedef
Dcodesighs.c113 Switch; typedef
Dmsdump2symdb.c87 Switch; typedef
Dmaptsvdifftool.c92 Switch; typedef
Dmsmap2tsv.c207 Switch; typedef
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h292 struct tgsi_switch_record Switch; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h292 struct tgsi_switch_record Switch; member
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1013 BasicBlock *Switch = SI->getParent(); in RewriteLoopBodyWithConditionConstant() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml147 | Switch Constructor
Dllvm.mli203 | Switch Constructor
Dllvm_ocaml.c1579 CAMLprim value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, in llvm_add_case()
/external/clang/lib/Parse/
DParseStmt.cpp1224 StmtResult Switch in ParseSwitchStatement() local
/external/llvm/lib/IR/
DCore.cpp1931 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { in LLVMGetSwitchDefaultDest()
2081 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase()
/external/clang/lib/Sema/
DSemaStmt.cpp699 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt()
DTreeTransform.h1137 Stmt *Switch, Stmt *Body) { in RebuildSwitchStmtBody()
5588 StmtResult Switch in TransformSwitchStmt() local
DSemaCodeComplete.cpp3719 SwitchStmt *Switch = getCurFunction()->SwitchStack.back(); in CodeCompleteCase() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4802 SwitchInst *Switch, in ComputeExitLimitFromSingleExitSwitch()