Home
last modified time | relevance | path

Searched refs:kRegexpAlternate (Results 1 – 9 of 9) sorted by relevance

/external/regex-re2/re2/
Dregexp.cc215 if (op == kRegexpAlternate && can_factor) { in ConcatOrAlternate()
259 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, true); in Alternate()
263 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, false); in AlternateNoFactor()
347 case kRegexpAlternate: in TopEqual()
391 case kRegexpAlternate: in Equal()
417 case kRegexpAlternate: in Equal()
Dtostring.cc89 case kRegexpAlternate: in PreVisit()
172 case kRegexpAlternate: in PostVisit()
Dmimics_pcre.cc163 case kRegexpAlternate: // can be empty if any child can in PostVisit()
Dsimplify.cc60 case kRegexpAlternate: in ComputeSimple()
197 case kRegexpAlternate: { in PostVisit()
Dregexp.h111 kRegexpAlternate, enumerator
Dprefilter.cc607 case kRegexpAlternate: in PostVisit()
Dcompile.cc747 case kRegexpAlternate: { in PostVisit()
Dparse.cc1058 DoCollapse(kRegexpAlternate); in DoAlternation()
/external/regex-re2/re2/testing/
Ddump.cc113 case kRegexpAlternate: in DumpRegexpAppending()