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 644 if (re->op() == kRegexpEmptyMatch)
648 if (sub[0]->op() == kRegexpEmptyMatch)
660 if (re->op() == kRegexpEmptyMatch)
664 if (sub[0]->op() == kRegexpEmptyMatch)
682 return new Regexp(kRegexpEmptyMatch, pf);
728 re->op_ = kRegexpEmptyMatch;
734 re->op_ = kRegexpEmptyMatch;
752 if (sub[0]->op() == kRegexpEmptyMatch) {
762 re->op_ = kRegexpEmptyMatch;
983 sub[i]->op() == kRegexpEmptyMatch &
    [all...]
regexp.h 100 kRegexpEmptyMatch,
regexp.cc 280 return new Regexp(kRegexpEmptyMatch, flags);
311 case kRegexpEmptyMatch:
670 re = new Regexp(kRegexpEmptyMatch, parse_flags());
prefilter.cc 516 case kRegexpEmptyMatch: // anywhere
compile.cc 728 case kRegexpEmptyMatch:
    [all...]

Completed in 622 milliseconds