Home | History | Annotate | Download | only in re2

Lines Matching refs:sre

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