HomeSort by relevance Sort by last modified time
    Searched refs:kRegexpAlternate (Results 1 - 9 of 9) sorted by null

  /external/regex-re2/re2/
mimics_pcre.cc 163 case kRegexpAlternate: // can be empty if any child can
tostring.cc 89 case kRegexpAlternate:
172 case kRegexpAlternate:
simplify.cc 60 case kRegexpAlternate:
197 case kRegexpAlternate: {
regexp.cc 215 if (op == kRegexpAlternate && can_factor) {
259 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, true);
263 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, false);
347 case kRegexpAlternate:
391 case kRegexpAlternate:
417 case kRegexpAlternate:
regexp.h 111 kRegexpAlternate,
prefilter.cc 607 case kRegexpAlternate:
compile.cc 747 case kRegexpAlternate: {
    [all...]
parse.cc 995 // first marker, into a new op node (op == kRegexpAlternate
1058 DoCollapse(kRegexpAlternate);
    [all...]
  /external/regex-re2/re2/testing/
dump.cc 113 case kRegexpAlternate:

Completed in 66 milliseconds