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
   71 	if (!list)
   74 	dup = FN(LIST(EL),alloc)(FN(LIST(EL),get_ctx)(list), list->n);
   74 	dup = FN(LIST(EL),alloc)(FN(LIST(EL),get_ctx)(list), list->n);
   77 	for (i = 0; i < list->n; ++i)
   78 		dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i]));