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
  326 	if (FN(LIST(EL),check_index)(list, index) < 0)
  328 	if (list->ref != 1)
  329 		return FN(FN(LIST(EL),get),BASE)(list, index);
  330 	el = list->p[index];
  331 	list->p[index] = NULL;