Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/clang/test/Driver/
Dle32-unknown-nacl.cpp132 template<int> void Switch();
133 template<> void Switch<4>();
134 template<> void Switch<8>();
135 template<> void Switch<16>();
139 Switch<sizeof(void*)>(); in check_pointer_size()
142 Switch<sizeof(long long)>(); in check_pointer_size()
145 Switch<sizeof(va_list)>(); in check_pointer_size()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DSyntaxTreeBuilder.java25 import com.google.clearsilver.jsilver.syntax.node.Switch;
73 protected final Switch typeResolver = new TypeResolver();
74 protected final Switch sequenceOptimizer = new SequenceOptimizer();
75 protected final Switch inlineRewriter = new InlineRewriter();
76 protected final Switch varOptimizer = new VarOptimizer(Arrays.asList("html", "js", "url"));
DTemplateSyntaxTree.java20 import com.google.clearsilver.jsilver.syntax.node.Switch;
39 public void apply(Switch sw) { in apply()
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DOptimizerProvider.java19 import com.google.clearsilver.jsilver.syntax.node.Switch;
26 Switch getOptimizer(); in getOptimizer()
/external/clang/lib/CodeGen/
DCGCleanup.cpp273 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument
300 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()
320 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
323 return Switch; in TransitionToCleanupSwitch()
357 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
360 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups()
476 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
477 for (unsigned I = 0, E = Switch->getNumSuccessors(); I != E; ++I) in ForwardPrebranchedFallthrough()
478 if (Switch->getSuccessor(I) == From) in ForwardPrebranchedFallthrough()
479 Switch->setSuccessor(I, To); in ForwardPrebranchedFallthrough()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/
DJSilver.java45 import com.google.clearsilver.jsilver.syntax.node.Switch;
188 public Switch getOptimizer() { in setupOptimizerFactory()
196 public Switch getOptimizer() { in setupOptimizerFactory()
205 public Switch getOptimizer() { in setupOptimizerFactory()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitch.java5 public interface Switch interface
DSwitchable.java7 void apply(Switch sw); in apply()
DEOF.java28 public void apply(Switch sw) in apply()
DTCommentStart.java28 public void apply(Switch sw) in apply()
DTAnd.java28 public void apply(Switch sw) in apply()
DTUvar.java28 public void apply(Switch sw) in apply()
DTEvar.java28 public void apply(Switch sw) in apply()
DTComma.java28 public void apply(Switch sw) in apply()
DTParenClose.java28 public void apply(Switch sw) in apply()
DTAlt.java28 public void apply(Switch sw) in apply()
DTNe.java28 public void apply(Switch sw) in apply()
DTName.java28 public void apply(Switch sw) in apply()
DTGt.java28 public void apply(Switch sw) in apply()
DTEscape.java28 public void apply(Switch sw) in apply()
DTPercent.java28 public void apply(Switch sw) in apply()
DTSet.java28 public void apply(Switch sw) in apply()
DTDot.java28 public void apply(Switch sw) in apply()
DTLvar.java28 public void apply(Switch sw) in apply()
/external/webkit/Source/WebCore/
Dmake-hash-tools.pl23 use Switch;

12345678910