Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dsimplify.cc50 case kRegexpEmptyMatch: in ComputeSimple()
89 case kRegexpEmptyMatch: in ComputeSimple()
278 if (child_args[i]->op() == kRegexpEmptyMatch) in PostVisit()
286 if (child_args[i]->op() == kRegexpEmptyMatch) { in PostVisit()
403 *r1ptr = new Regexp(kRegexpEmptyMatch, Regexp::NoParseFlags); in DoCoalesce()
461 case kRegexpEmptyMatch: in PostVisit()
514 if (newsub->op() == kRegexpEmptyMatch) in PostVisit()
540 if (newsub->op() == kRegexpEmptyMatch) in PostVisit()
601 return new Regexp(kRegexpEmptyMatch, f); in SimplifyRepeat()
Dmimics_pcre.cc83 case kRegexpEmptyMatch: in PostVisit()
147 case kRegexpEmptyMatch: // always empty in PostVisit()
Dtostring.cc74 case kRegexpEmptyMatch: in PreVisit()
157 case kRegexpEmptyMatch: in PostVisit()
Dparse.cc730 if (re->op() == kRegexpEmptyMatch) in LeadingRegexp()
734 if (sub[0]->op() == kRegexpEmptyMatch) in LeadingRegexp()
746 if (re->op() == kRegexpEmptyMatch) in RemoveLeadingRegexp()
750 if (sub[0]->op() == kRegexpEmptyMatch) in RemoveLeadingRegexp()
768 return new Regexp(kRegexpEmptyMatch, pf); in RemoveLeadingRegexp()
814 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
820 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
838 if (sub[0]->op() == kRegexpEmptyMatch) { in RemoveLeadingString()
848 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
1248 Regexp* re = new Regexp(kRegexpEmptyMatch, flags_); in DoConcatenation()
Dregexp.cc243 return new Regexp(kRegexpEmptyMatch, flags); in ConcatOrAlternate()
323 return new Regexp(kRegexpEmptyMatch, flags); in LiteralString()
356 case kRegexpEmptyMatch: in TopEqual()
723 re = new Regexp(kRegexpEmptyMatch, parse_flags()); in RequiredPrefix()
Dregexp.h107 kRegexpEmptyMatch, enumerator
Dprefilter.cc544 case kRegexpEmptyMatch: // anywhere in PostVisit()
Dcompile.cc872 case kRegexpEmptyMatch: in PostVisit()