Home | History | Annotate | Download | only in re2

Lines Matching refs:alt

162   Frag Alt(Frag a, Frag b);
330 Frag Compiler::Alt(Frag a, Frag b) {
520 int alt = AllocInst(1);
521 if (alt < 0) {
525 inst_[alt].InitAlt(rune_range_.begin, id);
526 rune_range_.begin = alt;
750 f = Alt(f, child_frags[i]);