Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dregexp.h154 kRegexpHaveMatch, enumerator
156 kMaxRegexpOp = kRegexpHaveMatch,
334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()
Dtostring.cc78 case kRegexpHaveMatch: in PreVisit()
280 case kRegexpHaveMatch: in PostVisit()
Dmimics_pcre.cc154 case kRegexpHaveMatch: in PostVisit()
Dsimplify.cc57 case kRegexpHaveMatch: in ComputeSimple()
191 case kRegexpHaveMatch: in PostVisit()
Dregexp.cc177 Regexp* re = new Regexp(kRegexpHaveMatch, flags); in HaveMatch()
364 case kRegexpHaveMatch: in TopEqual()
Dcompile.cc732 case kRegexpHaveMatch: { in PostVisit()