Searched defs:nre (Results 1 – 3 of 3) sorted by relevance
218 Regexp* nre = new Regexp(re->op(), re->parse_flags()); in PostVisit() local234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); in PostVisit() local263 Regexp* nre = new Regexp(re->op(), re->parse_flags()); in PostVisit() local277 Regexp* nre = SimplifyRepeat(newsub, re->min_, re->max_, in PostVisit() local285 Regexp* nre = SimplifyCharClass(re); in PostVisit() local326 Regexp* nre = new Regexp(kRegexpConcat, f); in SimplifyRepeat() local349 Regexp* nre = NULL; in SimplifyRepeat() local
669 Regexp* nre = sub[1]; in RemoveLeadingRegexp() local
403 Regexp* nre = Regexp::Parse(t, Regexp::MatchNL | Regexp::PerlX, &status); in TEST() local