Home
last modified time | relevance | path

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

123456789

/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()
Dle64-unknown-unknown.cpp126 template<int> void Switch();
127 template<> void Switch<4>();
128 template<> void Switch<8>();
129 template<> void Switch<16>();
133 Switch<sizeof(void*)>(); in check_pointer_size()
136 Switch<sizeof(va_list)>(); in check_pointer_size()
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt151 Switch to the markup declaration open state.
154 Switch to the close tag open state.
172 and a U+003E GREATER-THAN SIGN character token. Switch to
176 Parse error. Switch to the bogus comment state.
222 Parse error. Switch to the data state.
230 Parse error. Switch to the bogus comment state.
240 Switch to the before attribute name state.
243 Switch to the self-closing start tag state.
246 Emit the current tag token. Switch to the data state.
272 Switch to the self-closing start tag state.
[all …]
/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.cpp281 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument
309 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()
329 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
332 return Switch; in TransitionToCleanupSwitch()
366 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
369 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups()
519 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
520 for (unsigned I = 0, E = Switch->getNumSuccessors(); I != E; ++I) in ForwardPrebranchedFallthrough()
521 if (Switch->getSuccessor(I) == From) in ForwardPrebranchedFallthrough()
522 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()
DTPlus.java28 public void apply(Switch sw) in apply()
DTEach.java28 public void apply(Switch sw) in apply()
DTMinus.java28 public void apply(Switch sw) in apply()
DTAnd.java28 public void apply(Switch sw) in apply()
DTContentType.java28 public void apply(Switch sw) in apply()
DTGte.java28 public void apply(Switch sw) in apply()
DTLoop.java28 public void apply(Switch sw) in apply()
DTUvar.java28 public void apply(Switch sw) in apply()
DTPercent.java28 public void apply(Switch sw) in apply()
DTLvar.java28 public void apply(Switch sw) in apply()
DTParenClose.java28 public void apply(Switch sw) in apply()
DTParenOpen.java28 public void apply(Switch sw) in apply()
DTLte.java28 public void apply(Switch sw) in apply()
/external/webrtc/
DTODO1 Alexander Gutkin <agutkin@google.com>: Switch the iSAC codec to be

123456789