Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dsimplify.cc45 case kRegexpNoMatch: in ComputeSimple()
86 case kRegexpNoMatch: in ComputeSimple()
179 case kRegexpNoMatch: in PostVisit()
373 return new Regexp(kRegexpNoMatch, f); in SimplifyRepeat()
386 return new Regexp(kRegexpNoMatch, re->parse_flags()); in SimplifyCharClass()
Dtostring.cc66 case kRegexpNoMatch: in PreVisit()
143 case kRegexpNoMatch: in PostVisit()
Dmimics_pcre.cc137 case kRegexpNoMatch: // never empty in PostVisit()
Dregexp.h97 kRegexpNoMatch = 1, enumerator
Dprefilter.cc542 case kRegexpNoMatch: in PostVisit()
Dregexp.cc321 case kRegexpNoMatch: in TopEqual()
Dcompile.cc726 case kRegexpNoMatch: in PostVisit()
Dparse.cc386 return PushRegexp(new Regexp(kRegexpNoMatch, flags_)); in PushLiteral()