HomeSort by relevance Sort by last modified time
    Searched refs:kRegexpEmptyMatch (Results 1 - 8 of 8) sorted by null

  /external/regex-re2/re2/
mimics_pcre.cc 82 case kRegexpEmptyMatch:
145 case kRegexpEmptyMatch: // always empty
simplify.cc 46 case kRegexpEmptyMatch:
85 case kRegexpEmptyMatch:
180 case kRegexpEmptyMatch:
248 if (newsub->op() == kRegexpEmptyMatch)
274 if (newsub->op() == kRegexpEmptyMatch)
338 return new Regexp(kRegexpEmptyMatch, f);
tostring.cc 67 case kRegexpEmptyMatch:
149 case kRegexpEmptyMatch:
parse.cc 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 &
    [all...]
regexp.h 100 kRegexpEmptyMatch,
regexp.cc 291 return new Regexp(kRegexpEmptyMatch, flags);
322 case kRegexpEmptyMatch:
681 re = new Regexp(kRegexpEmptyMatch, parse_flags());
prefilter.cc 547 case kRegexpEmptyMatch: // anywhere
compile.cc 729 case kRegexpEmptyMatch:
    [all...]

Completed in 64 milliseconds