reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
216 res = FN(LIST(EL),alloc)(ctx, list->n + 1); 218 res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i])); 218 res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i])); 219 res = FN(LIST(EL),add)(res, el); 219 res = FN(LIST(EL),add)(res, el); 221 res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i])); 221 res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i])); 224 return res;