Home | History | Annotate | Download | only in re2

Lines Matching refs:sre

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