Home | History | Annotate | Download | only in src

Lines Matching refs:alt

2514 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) {
2516 AddAlternative(alt);
2517 loop_node_ = alt.node();
2521 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) {
2523 AddAlternative(alt);
2524 continue_node_ = alt.node();
3230 GuardedAlternative alt = that->alternatives()->at(i);
3231 stream()->Add(" n%p -> n%p;\n", that, alt.node());
3235 GuardedAlternative alt = that->alternatives()->at(i);
3236 alt.node()->Accept(this);