Home | History | Annotate | Download | only in testing

Lines Matching refs:sre

578     Regexp* sre = re->Simplify();
579 CHECK(sre);
580 sre->Decref();
598 Regexp* sre = re->Simplify();
599 CHECK(sre);
600 Prog* prog = sre->CompileToProg(0);
603 sre->Decref();