HomeSort by relevance Sort by last modified time
    Searched refs:kRegexpAlternate (Results 1 - 8 of 8) 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 204 if (op == kRegexpAlternate && can_factor) {
248 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, true);
252 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, false);
336 case kRegexpAlternate:
380 case kRegexpAlternate:
406 case kRegexpAlternate:
regexp.h 111 kRegexpAlternate,
prefilter.cc 563 case kRegexpAlternate:
compile.cc 746 case kRegexpAlternate: {
    [all...]
parse.cc 996 // first marker, into a new op node (op == kRegexpAlternate
1059 DoCollapse(kRegexpAlternate);
    [all...]

Completed in 127 milliseconds