Searched defs:nre (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/ |
D | simplify.cc | 218 Regexp* nre = new Regexp(re->op(), re->parse_flags()); in PostVisit() local 234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); in PostVisit() local 263 Regexp* nre = new Regexp(re->op(), re->parse_flags()); in PostVisit() local 277 Regexp* nre = SimplifyRepeat(newsub, re->min_, re->max_, in PostVisit() local 285 Regexp* nre = SimplifyCharClass(re); in PostVisit() local 326 Regexp* nre = new Regexp(kRegexpConcat, f); in SimplifyRepeat() local 349 Regexp* nre = NULL; in SimplifyRepeat() local
|
D | parse.cc | 669 Regexp* nre = sub[1]; in RemoveLeadingRegexp() local
|
/external/regex-re2/re2/testing/ |
D | parse_test.cc | 403 Regexp* nre = Regexp::Parse(t, Regexp::MatchNL | Regexp::PerlX, &status); in TEST() local
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | header.c | 625 u32 nre, nri, sz; in write_event_desc() local 1249 u32 nre, sz, nr, i, j; in read_event_desc() local
|