Home | History | Annotate | Download | only in re2

Lines Matching refs:l2

44   static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2);
81 PatchList PatchList::Append(Prog::Inst* inst0, PatchList l1, PatchList l2) {
83 return l2;
84 if (l2.p == 0)
97 ip->out1_ = l2.p;
99 ip->set_out(l2.p);