reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
574 list = FN(LIST(EL),alloc)(ctx, 1); 575 if (!list) 577 list = FN(LIST(EL),add)(list, el); 577 list = FN(LIST(EL),add)(list, el); 578 return list;