reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
618 res = FN(LIST(EL),alloc)(ctx, list1->n + list2->n); 620 res = FN(LIST(EL),add)(res, FN(EL,copy)(list1->p[i])); 620 res = FN(LIST(EL),add)(res, FN(EL,copy)(list1->p[i])); 622 res = FN(LIST(EL),add)(res, FN(EL,copy)(list2->p[i])); 622 res = FN(LIST(EL),add)(res, FN(EL,copy)(list2->p[i])); 626 return res;