Home
last modified time | relevance | path

Searched refs:kRegexpHaveMatch (Results 1 – 6 of 6) sorted by relevance

/third_party/re2/re2/
Dregexp.h161 kRegexpHaveMatch, enumerator
163 kMaxRegexpOp = kRegexpHaveMatch,
342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()
Dtostring.cc85 case kRegexpHaveMatch: in PreVisit()
290 case kRegexpHaveMatch: in PostVisit()
Dmimics_pcre.cc156 case kRegexpHaveMatch: in PostVisit()
Dsimplify.cc61 case kRegexpHaveMatch: in ComputeSimple()
472 case kRegexpHaveMatch: in PostVisit()
Dregexp.cc188 Regexp* re = new Regexp(kRegexpHaveMatch, flags); in HaveMatch()
398 case kRegexpHaveMatch: in TopEqual()
Dcompile.cc875 case kRegexpHaveMatch: { in PostVisit()