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

References

tools/polly/lib/External/isl/isl_union_templ.c
 1198 	list = FN(LIST(PART),alloc)(FN(UNION,get_ctx(u)), n);
 1199 	if (FN(UNION,foreach_inplace)(u, &FN(UNION,add_to_list), &list) < 0)
 1200 		return FN(LIST(PART),free)(list);
 1202 	return list;