Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsimplify.cc50 case kRegexpEmptyMatch: in ComputeSimple()
89 case kRegexpEmptyMatch: in ComputeSimple()
279 if (child_args[i]->op() == kRegexpEmptyMatch) in PostVisit()
287 if (child_args[i]->op() == kRegexpEmptyMatch) { in PostVisit()
404 *r1ptr = new Regexp(kRegexpEmptyMatch, Regexp::NoParseFlags); in DoCoalesce()
463 case kRegexpEmptyMatch: in PostVisit()
516 if (newsub->op() == kRegexpEmptyMatch) in PostVisit()
542 if (newsub->op() == kRegexpEmptyMatch) in PostVisit()
603 return new Regexp(kRegexpEmptyMatch, f); in SimplifyRepeat()
Dmimics_pcre.cc90 case kRegexpEmptyMatch: in PostVisit()
157 case kRegexpEmptyMatch: // always empty in PostVisit()
Dtostring.cc74 case kRegexpEmptyMatch: in PreVisit()
157 case kRegexpEmptyMatch: in PostVisit()
Dparse.cc731 if (re->op() == kRegexpEmptyMatch) in LeadingRegexp()
735 if (sub[0]->op() == kRegexpEmptyMatch) in LeadingRegexp()
747 if (re->op() == kRegexpEmptyMatch) in RemoveLeadingRegexp()
751 if (sub[0]->op() == kRegexpEmptyMatch) in RemoveLeadingRegexp()
769 return new Regexp(kRegexpEmptyMatch, pf); in RemoveLeadingRegexp()
815 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
821 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
839 if (sub[0]->op() == kRegexpEmptyMatch) { in RemoveLeadingString()
849 re->op_ = kRegexpEmptyMatch; in RemoveLeadingString()
1249 Regexp* re = new Regexp(kRegexpEmptyMatch, flags_); in DoConcatenation()
Dregexp.cc244 return new Regexp(kRegexpEmptyMatch, flags); in ConcatOrAlternate()
320 return new Regexp(kRegexpEmptyMatch, flags); in LiteralString()
353 case kRegexpEmptyMatch: in TopEqual()
705 *suffix = new Regexp(kRegexpEmptyMatch, parse_flags()); in RequiredPrefix()
Dregexp.h107 kRegexpEmptyMatch, enumerator
Dprefilter.cc544 case kRegexpEmptyMatch: // anywhere in PostVisit()
Dcompile.cc866 case kRegexpEmptyMatch: in PostVisit()