Searched refs:Switch (Results 1 – 25 of 224) sorted by relevance
123456789
132 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()
126 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()
151 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 to176 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 …]
25 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"));
20 import com.google.clearsilver.jsilver.syntax.node.Switch;39 public void apply(Switch sw) { in apply()
19 import com.google.clearsilver.jsilver.syntax.node.Switch;26 Switch getOptimizer(); in getOptimizer()
281 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument309 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()329 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local332 return Switch; in TransitionToCleanupSwitch()366 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local369 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups()519 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local520 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 …]
45 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()
5 public interface Switch interface
7 void apply(Switch sw); in apply()
28 public void apply(Switch sw) in apply()
1 Alexander Gutkin <agutkin@google.com>: Switch the iSAC codec to be