reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_list_templ.c
  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;