Home
last modified time | relevance | path

Searched refs:Incref (Results 1 – 8 of 8) sorted by relevance

/external/regex-re2/re2/
Dsimplify.cc147 return Incref(); in Simplify()
155 return re->Incref(); in Copy()
162 return re->Incref(); in ShortVisit()
168 return re->Incref(); in PreVisit()
194 return re->Incref(); in PostVisit()
216 return re->Incref(); in PostVisit()
232 return re->Incref(); in PostVisit()
255 return re->Incref(); in PostVisit()
292 return re->Incref(); in PostVisit()
319 return Regexp::Star(re->Incref(), f); in SimplifyRepeat()
[all …]
Dcompile.cc872 sub = re->sub()[0]->Incref(); in IsAnchorStart()
877 subcopy[i] = re->sub()[i]->Incref(); in IsAnchorStart()
887 sub = re->sub()[0]->Incref(); in IsAnchorStart()
920 sub = re->sub()[re->nsub() - 1]->Incref(); in IsAnchorEnd()
925 subcopy[i] = re->sub()[i]->Incref(); in IsAnchorEnd()
935 sub = re->sub()[0]->Incref(); in IsAnchorEnd()
Dset.cc54 sub[i] = re->sub()[i]->Incref(); in Add()
Dregexp.cc79 Regexp* Regexp::Incref() { in Incref() function in re2::Regexp
678 sub[j]->Incref(); in RequiredPrefix()
Dregexp.h337 Regexp* Incref();
Dparse.cc912 x[0] = first->Incref(); in FactorAlternationRecursive()
1024 subs[--i] = sub_subs[k]->Incref(); in DoCollapse()
Dre2.cc210 suffix_regexp_ = entire_regexp_->Incref(); in Init()
/external/regex-re2/re2/testing/
Dregexp_test.cc19 re->Incref(); in TEST()
33 x->Incref(); in TEST()