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
   74 	dup = FN(LIST(EL),alloc)(FN(LIST(EL),get_ctx)(list), list->n);
   75 	if (!dup)
   78 		dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i]));
   78 		dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i]));
   79 	return dup;