Searched defs:Switch (Results 1 - 19 of 19) 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/sandbox/linux/bpf_dsl/
H A Dbpf_dsl.h66 // | Switch(arg)[.Case(val, result)].Default(result)
225 friend Caser<T> Switch(const Arg<T>&);
229 // Switch begins a switch expression dispatched according to the
232 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg);
258 friend Caser<U> Switch(const Arg<U>&);
266 // Switch(arg).CASES((3, 5, 7), result)...;
357 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg) { function in namespace:sandbox::bpf_dsl
/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/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.cpp1013 BasicBlock *Switch = SI->getParent(); local
1030 SplitEdge(Switch, SISucc, this);
1038 Switch->getParent(),
1049 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.ml147 | Switch Constructor in type:Opcode/t
H A Dllvm_ocaml.c1579 CAMLprim value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, argument
1581 LLVMAddCase(Switch, OnVal, Dest);
/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
/external/llvm/lib/IR/
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));
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 390 milliseconds