Home | History | Annotate | Download | only in re2

Lines Matching defs:alt

161   Frag Alt(Frag a, Frag b);
329 Frag Compiler::Alt(Frag a, Frag b) {
519 int alt = AllocInst(1);
520 if (alt < 0) {
524 inst_[alt].InitAlt(rune_range_.begin, id);
525 rune_range_.begin = alt;
749 f = Alt(f, child_frags[i]);