Home | History | Annotate | Download | only in re2

Lines Matching refs:kRegexpEmptyMatch

643   if (re->op() == kRegexpEmptyMatch)
647 if (sub[0]->op() == kRegexpEmptyMatch)
659 if (re->op() == kRegexpEmptyMatch)
663 if (sub[0]->op() == kRegexpEmptyMatch)
681 return new Regexp(kRegexpEmptyMatch, pf);
727 re->op_ = kRegexpEmptyMatch;
733 re->op_ = kRegexpEmptyMatch;
751 if (sub[0]->op() == kRegexpEmptyMatch) {
761 re->op_ = kRegexpEmptyMatch;
982 sub[i]->op() == kRegexpEmptyMatch &&
983 sub[i+1]->op() == kRegexpEmptyMatch) {
1044 Regexp* re = new Regexp(kRegexpEmptyMatch, flags_);