Home | History | Annotate | Download | only in re2

Lines Matching refs:l1

44   static PatchList Append(Prog::Inst *inst0, PatchList l1, PatchList l2);
81 PatchList PatchList::Append(Prog::Inst* inst0, PatchList l1, PatchList l2) {
82 if (l1.p == 0)
85 return l1;
87 PatchList l = l1;
101 return l1;