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
  291 	if (!list || !el)
  293 	if (FN(LIST(EL),check_index)(list, index) < 0)
  295 	if (list->p[index] == el) {
  297 		return list;
  299 	list = FN(LIST(EL),cow)(list);
  299 	list = FN(LIST(EL),cow)(list);
  300 	if (!list)
  302 	FN(EL,free)(list->p[index]);
  303 	list->p[index] = el;
  304 	return list;
  307 	FN(LIST(EL),free)(list);