Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dsimplify.cc219 nre->AllocSub(re->nsub_); in PostVisit()
235 nre->AllocSub(1); in PostVisit()
264 nre->AllocSub(1); in PostVisit()
300 re->AllocSub(2); in Concat2()
327 nre->AllocSub(min); in SimplifyRepeat()
352 nre->AllocSub(min); in SimplifyRepeat()
Dregexp.cc186 re->AllocSub(1); in Plus()
195 re->AllocSub(1); in Star()
204 re->AllocSub(1); in Quest()
233 re->AllocSub(nbigsub); in ConcatOrAlternate()
245 re->AllocSub(nsub); in ConcatOrAlternate()
268 re->AllocSub(1); in Capture()
276 re->AllocSub(1); in Repeat()
Dregexp.h490 void AllocSub(int n) { in AllocSub() function
Dparse.cc458 re->AllocSub(1); in PushRepeatOp()
487 re->AllocSub(1); in PushRepetition()
616 re->AllocSub(1); in DoRightParen()