Lines Matching refs:successor
1028 void Trace::Flush(RegExpCompiler* compiler, RegExpNode* successor) { in Flush() argument
1040 successor->Emit(compiler, &new_state); in Flush()
1070 successor->Emit(compiler, &new_state); in Flush()
3288 RegExpNode* successor = that->on_success(); in VisitAssertion() local
3289 stream()->Add(" n%p -> n%p;\n", that, successor); in VisitAssertion()
3290 Visit(successor); in VisitAssertion()
3332 RegExpNode* successor = that->on_success(); in VisitAction() local
3333 stream()->Add(" n%p -> n%p;\n", that, successor); in VisitAction()
3334 Visit(successor); in VisitAction()
4056 OutSet* successor = successors()->at(i); in Extend() local
4057 if (successor->Get(value)) in Extend()
4058 return successor; in Extend()