Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dsimplify.cc49 case kRegexpNoMatch: in ComputeSimple()
90 case kRegexpNoMatch: in ComputeSimple()
460 case kRegexpNoMatch: in PostVisit()
635 return new Regexp(kRegexpNoMatch, f); in SimplifyRepeat()
648 return new Regexp(kRegexpNoMatch, re->parse_flags()); in SimplifyCharClass()
Dtostring.cc73 case kRegexpNoMatch: in PreVisit()
151 case kRegexpNoMatch: in PostVisit()
Dmimics_pcre.cc139 case kRegexpNoMatch: // never empty in PostVisit()
Dregexp.cc241 return new Regexp(kRegexpNoMatch, flags); in ConcatOrAlternate()
355 case kRegexpNoMatch: in TopEqual()
Dregexp.h104 kRegexpNoMatch = 1, enumerator
Dprefilter.cc539 case kRegexpNoMatch: in PostVisit()
Dcompile.cc869 case kRegexpNoMatch: in PostVisit()
Dparse.cc414 return PushRegexp(new Regexp(kRegexpNoMatch, flags_)); in PushLiteral()