Home
last modified time | relevance | path

Searched refs:kRegexpEmptyMatch (Results 1 – 8 of 8) sorted by relevance

/external/regex-re2/re2/
Dsimplify.cc46 case kRegexpEmptyMatch: in ComputeSimple()
85 case kRegexpEmptyMatch: in ComputeSimple()
180 case kRegexpEmptyMatch: in PostVisit()
248 if (newsub->op() == kRegexpEmptyMatch) in PostVisit()
274 if (newsub->op() == kRegexpEmptyMatch) in PostVisit()
338 return new Regexp(kRegexpEmptyMatch, f); in SimplifyRepeat()
Dmimics_pcre.cc82 case kRegexpEmptyMatch: in PostVisit()
145 case kRegexpEmptyMatch: // always empty in PostVisit()
Dparse.cc643 if (re->op() == kRegexpEmptyMatch) in LeadingRegexp()
647 if (sub[0]->op() == kRegexpEmptyMatch) in LeadingRegexp()
659 if (re->op() == kRegexpEmptyMatch) in RemoveLeadingRegexp()
663 if (sub[0]->op() == kRegexpEmptyMatch) in RemoveLeadingRegexp()
681 return new Regexp(kRegexpEmptyMatch, pf); in RemoveLeadingRegexp()
727 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
733 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
751 if (sub[0]->op() == kRegexpEmptyMatch) { in RemoveLeadingString()
761 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
982 sub[i]->op() == kRegexpEmptyMatch && in FactorAlternationRecursive()
[all …]
Dtostring.cc67 case kRegexpEmptyMatch: in PreVisit()
149 case kRegexpEmptyMatch: in PostVisit()
Dregexp.cc291 return new Regexp(kRegexpEmptyMatch, flags); in LiteralString()
322 case kRegexpEmptyMatch: in TopEqual()
681 re = new Regexp(kRegexpEmptyMatch, parse_flags()); in RequiredPrefix()
Dregexp.h100 kRegexpEmptyMatch, enumerator
Dprefilter.cc547 case kRegexpEmptyMatch: // anywhere in PostVisit()
Dcompile.cc729 case kRegexpEmptyMatch: in PostVisit()