Lines Matching refs:alt
2691 alt) {
2693 AddAlternative(alt);
2694 loop_node_ = alt.node();
2698 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) {
2700 AddAlternative(alt);
2701 continue_node_ = alt.node();
3413 GuardedAlternative alt = that->alternatives()->at(i);
3414 stream()->Add(" n%p -> n%p;\n", that, alt.node());
3418 GuardedAlternative alt = that->alternatives()->at(i);
3419 alt.node()->Accept(this);