Searched refs:Switch (Results 151 - 175 of 182) sorted by relevance

12345678

/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_unittest.cc302 return Switch(cmd)
H A Dbpf_dsl_more_unittest.cc1283 return Switch(option)
1400 return Switch(option)
1586 return Switch(option)
1739 return Switch(option)
2359 return Switch(arg)
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp316 case Instruction::Switch:
/external/clang/lib/Parse/
H A DParseStmt.cpp1224 StmtResult Switch
1227 if (Switch.isInvalid()) {
1237 return Switch;
1266 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get());
/external/llvm/lib/IR/
H A DInstruction.cpp195 case Switch: return "switch";
H A DCore.cpp1931 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { argument
1932 return wrap(unwrap<SwitchInst>(Switch)->getDefaultDest());
2081 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, argument
2083 unwrap<SwitchInst>(Switch)->addCase(unwrap<ConstantInt>(OnVal), unwrap(Dest));
H A DInstructions.cpp2803 // Switch on the opcode provided
3359 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3370 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3376 : TerminatorInst(SI.getType(), Instruction::Switch, nullptr, 0) {
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg64 use Switch;
195 use Switch;
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h476 ComputeExitLimitFromSingleExitSwitch(const Loop *L, SwitchInst *Switch,
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids3096 0303 Peripheral Switch
3097 0404 Peripheral Switch
3914 04c3 Maxi Switch, Inc.
4887 0201 Peripheral Switch
5343 2202 CS124U Miniview II KVM Switch
5344 2213 CS682 2-Port USB 2.0 DVI KVM Switch
6751 0232 X-Keys Switch Interface, Programming Mode
6752 0261 X-Keys Switch Interface, SPLAT Mode
6753 0264 X-Keys Switch Interface, Composite Mode
7362 0d67 Pro Flight Switch Pane
[all...]
/external/zlib/src/contrib/pascal/
H A Dexample.pas304 (* Switch back to compressing mode: *)
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp727 INSTKEYWORD(switch, Switch);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1579 CAMLprim value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, argument
1581 LLVMAddCase(Switch, OnVal, Dest);
H A Dllvm.ml147 | Switch Constructor in type:Opcode/t
/external/clang/tools/scan-build/
H A Dscan-build1201 Switch the page naming to:
/external/llvm/include/llvm-c/
H A DCore.h2539 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1337 case Switch: return 0;
/external/clang/lib/Sema/
H A DSemaStmt.cpp699 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, argument
701 SwitchStmt *SS = cast<SwitchStmt>(Switch);
H A DTreeTransform.h1137 Stmt *Switch, Stmt *Body) {
1138 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body);
5588 StmtResult Switch local
5591 if (Switch.isInvalid())
5600 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(),
1136 RebuildSwitchStmtBody(SourceLocation SwitchLoc, Stmt *Switch, Stmt *Body) argument
H A DSemaCodeComplete.cpp1708 // Switch-specific statements.
3719 SwitchStmt *Switch = getCurFunction()->SwitchStack.back();
3720 QualType type = Switch->getCond()->IgnoreImplicit()->getType();
3740 for (SwitchCase *SC = Switch->getSwitchCaseList(); SC;
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp4802 SwitchInst *Switch,
4808 if (Switch->getDefaultDest() == ExitingBlock)
4811 assert(L->contains(Switch->getDefaultDest()) &&
4813 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L);
4814 const SCEV *RHS = getConstant(Switch->findCaseDest(ExitingBlock));
H A DValueTracking.cpp2059 case Instruction::Switch:
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1342 case Instruction::Switch:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1150 case Instruction::Switch: {
/external/llvm/include/llvm/IR/
H A DInstructions.h2708 // Accessor Methods for Switch stmt
2828 return I->getOpcode() == Instruction::Switch;

Completed in 887 milliseconds

12345678