Home
last modified time | relevance | path

Searched refs:AllocSub (Results 1 – 4 of 4) sorted by relevance

/third_party/re2/re2/
Dsimplify.cc235 nre->AllocSub(re->nsub()); in PostVisit()
263 nre->AllocSub(re->nsub()); in PostVisit()
283 nre->AllocSub(re->nsub() - n); in PostVisit()
485 nre->AllocSub(re->nsub()); in PostVisit()
501 nre->AllocSub(1); in PostVisit()
530 nre->AllocSub(1); in PostVisit()
566 re->AllocSub(2); in Concat2()
Dregexp.cc210 re->AllocSub(1); in StarPlusOrQuest()
217 re->AllocSub(1); in StarPlusOrQuest()
265 re->AllocSub(nbigsub); in ConcatOrAlternate()
277 re->AllocSub(nsub); in ConcatOrAlternate()
300 re->AllocSub(1); in Capture()
308 re->AllocSub(1); in Repeat()
Dregexp.h505 void AllocSub(int n) { in AllocSub() function
Dparse.cc503 re->AllocSub(1); in PushRepeatOp()
586 re->AllocSub(1); in PushRepetition()
703 re->AllocSub(1); in DoRightParen()