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

References

tools/polly/lib/External/isl/isl_input.c
  857 	list = isl_pw_aff_list_from_pw_aff(pwaff);
  858 	if (!list)
  874 		list = isl_pw_aff_list_concat(list,
  874 		list = isl_pw_aff_list_concat(list,
  876 		if (!list)
  881 	return list;
  884 	isl_pw_aff_list_free(list);