Home | History | Annotate | Download | only in re2

Lines Matching refs:sre

999   Regexp* sre = re->Simplify();
1000 if (sre == NULL)
1005 bool is_anchor_start = IsAnchorStart(&sre, 0);
1006 bool is_anchor_end = IsAnchorEnd(&sre, 0);
1009 Frag f = c.WalkExponential(sre, kNullFrag, 2*c.max_inst_);
1010 sre->Decref();