Searched defs:Switch (Results 1 - 18 of 18) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DSwitch.java5 public interface Switch interface
/external/clang/test/SemaCXX/
H A Dcxx1y-contextual-conversion-tweaks.cpp28 void Switch() { function in namespace:n3323_example
/external/chromium_org/chrome_frame/test/
H A Dhttp_negotiate_unittest.cc225 STDMETHOD(Switch)(PROTOCOLDATA* data) { function in class:TestInternetProtocolSink
/external/chromium_org/third_party/codesighs/
H A Dnm2tsv.c87 Switch; typedef in typeref:struct:__struct_Switch
91 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
92 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
93 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
95 static Switch* gSwitches[] = {
287 Switch* current = NULL;
H A Dcodesighs.c113 Switch; typedef in typeref:struct:__struct_Switch
117 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
118 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
119 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
120 static Switch gModuleSwitch = {"--modules", "-m", 0, NULL, "Output individual module numbers as well."};
121 static Switch gTotalSwitch = {"--totalonly", "-t", 0, NULL, "Output only one number." DESC_NEWLINE "The total overall size." DESC_NEWLINE "Overrides other output options."};
122 static Switch gMinSize = {"--min-size", "-min", 1, NULL, "Only consider symbols equal to or greater than this size." DESC_NEWLINE "The default is 0x00000000."};
123 static Switch gMaxSize = {"--max-size", "-max", 1, NULL, "Only consider symbols equal to or smaller than this size." DESC_NEWLINE "The default is 0xFFFFFFFF."};
124 static Switch gMatchScope = {"--match-scope", "-msco", 1, NULL, "Only consider scopes that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify a range of scopes," DESC_NEWLINE "though PUBLIC, STATIC, and UNDEF are your only choices."};
125 static Switch gMatchClas
[all...]
H A Dmaptsvdifftool.c92 Switch; typedef in typeref:struct:__struct_Switch
96 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
97 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
98 static Switch gSummarySwitch = {"--summary", "-s", 0, NULL, "Only output a single line." DESC_NEWLINE "The cumulative size changes." DESC_NEWLINE "Overrides all other output options."};
99 static Switch gZeroDriftSwitch = {"--zerodrift", "-z", 0, NULL, "Output zero drift data." DESC_NEWLINE "Reports symbol changes even when there is no net drift."};
100 static Switch gNegationSwitch = {"--negation", "-n", 0, NULL, "Use negation heuristics." DESC_NEWLINE "When symbol sizes are inferred by offset, order changes cause noise." DESC_NEWLINE "This helps see through the noise by eliminating equal and opposite drifts."};
101 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
103 static Switch* gSwitches[] = {
1083 Switch* current = NULL;
H A Dmsdump2symdb.c87 Switch; typedef in typeref:struct:__struct_Switch
91 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
92 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
93 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
95 static Switch* gSwitches[] = {
874 Switch* current = NULL;
H A Dmsmap2tsv.c207 Switch; typedef in typeref:struct:__struct_Switch
211 static Switch gInputSwitch = {"--input", "-i", 1, NULL, "Specify input file." DESC_NEWLINE "stdin is default."};
212 static Switch gOutputSwitch = {"--output", "-o", 1, NULL, "Specify output file." DESC_NEWLINE "Appends if file exists." DESC_NEWLINE "stdout is default."};
213 static Switch gHelpSwitch = {"--help", "-h", 0, NULL, "Information on usage."};
214 static Switch gMatchModuleSwitch = {"--match-module", "-mm", 1, NULL, "Specify a valid module name." DESC_NEWLINE "Multiple specifications allowed." DESC_NEWLINE "If a module name does not match one of the names specified then no output will occur."};
215 static Switch gSymDBSwitch = {"--symdb", "-sdb", 1, NULL, "Specify a symbol tsv db input file." DESC_NEWLINE "Such a symdb is produced using the tool msdump2symdb." DESC_NEWLINE "This allows better symbol size approximations." DESC_NEWLINE "The symdb file must be pre-sorted."};
216 static Switch gBatchModeSwitch = {"--batch", "-b", 0, NULL, "Runs in batch mode." DESC_NEWLINE "The input file contains a list of map files." DESC_NEWLINE "Normally the input file is a map file itself." DESC_NEWLINE "This eliminates reprocessing the symdb for multiple map files."};
218 static Switch* gSwitches[] = {
1876 Switch* current = NULL;
/external/chromium_org/chrome_frame/
H A Dprotocol_sink_wrap.cc128 STDMETHODIMP ProtocolSinkWrap::Switch(PROTOCOLDATA* protocol_data) { function in class:ProtocolSinkWrap
131 hr = delegate_->Switch(protocol_data);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h222 /* Switch-case block state. */
292 struct tgsi_switch_record Switch; member in struct:tgsi_exec_machine
313 /** Switch case stack */
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp279 llvm::SwitchInst *Switch,
306 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
326 llvm::SwitchInst *Switch = local
329 return Switch;
363 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); local
366 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block);
509 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); local
510 for (unsigned I = 0, E = Switch->getNumSuccessors(); I != E; ++I)
511 if (Switch->getSuccessor(I) == From)
512 Switch
278 ResolveAllBranchFixups(CodeGenFunction &CGF, llvm::SwitchInst *Switch, llvm::BasicBlock *CleanupEntry) argument
762 llvm::SwitchInst *Switch = local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1141 BasicBlock *Switch = SI->getParent(); local
1158 SplitEdge(Switch, SISucc, this);
1166 Switch->getParent(),
1177 PN->setIncomingValue(PN->getBasicBlockIndex(Switch),
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h222 /* Switch-case block state. */
292 struct tgsi_switch_record Switch; member in struct:tgsi_exec_machine
313 /** Switch case stack */
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml143 | Switch Constructor in type:Opcode/t
H A Dllvm_ocaml.c1416 CAMLprim value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, argument
1418 LLVMAddCase(Switch, OnVal, Dest);
/external/clang/lib/Sema/
H A DSemaStmt.cpp667 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, argument
669 SwitchStmt *SS = cast<SwitchStmt>(Switch);
H A DTreeTransform.h1114 Stmt *Switch, Stmt *Body) {
1115 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body);
5446 StmtResult Switch local
5449 if (Switch.isInvalid())
5458 return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(),
1113 RebuildSwitchStmtBody(SourceLocation SwitchLoc, Stmt *Switch, Stmt *Body) argument
/external/llvm/lib/IR/
H A DCore.cpp1791 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { argument
1792 return wrap(unwrap<SwitchInst>(Switch)->getDefaultDest());
1941 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, argument
1943 unwrap<SwitchInst>(Switch)->addCase(unwrap<ConstantInt>(OnVal), unwrap(Dest));

Completed in 914 milliseconds