Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsimplify.cc59 case kRegexpAnyChar: in ComputeSimple()
306 r1->sub()[0]->op() == kRegexpAnyChar || in CanCoalesce()
396 case kRegexpAnyChar: in DoCoalesce()
472 case kRegexpAnyChar: in PostVisit()
652 return new Regexp(kRegexpAnyChar, re->parse_flags()); in SimplifyCharClass()
Dtostring.cc76 case kRegexpAnyChar: in PreVisit()
230 case kRegexpAnyChar: in PostVisit()
Dmimics_pcre.cc151 case kRegexpAnyChar: in PostVisit()
Dparse.cc457 return PushSimpleOp(kRegexpAnyChar); in PushDot()
642 (r1->op() == kRegexpAnyChar || r3->op() == kRegexpAnyChar)) { in DoVerticalBar()
645 if (r3->op() == kRegexpAnyChar && in DoVerticalBar()
648 r1->op() == kRegexpAnyChar)) { in DoVerticalBar()
654 if (r1->op() == kRegexpAnyChar && in DoVerticalBar()
657 r3->op() == kRegexpAnyChar)) { in DoVerticalBar()
1111 first->op() == kRegexpAnyChar || in Round2()
1117 first->sub()[0]->op() == kRegexpAnyChar || in Round2()
Dregexp.h136 kRegexpAnyChar, enumerator
Dprefilter.cc622 case kRegexpAnyChar: in PostVisit()
Dregexp.cc354 case kRegexpAnyChar: in TopEqual()
Dcompile.cc921 case kRegexpAnyChar: in PostVisit()