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
  353 		return list;
  354 	el1 = FN(FN(LIST(EL),take),BASE)(list, pos1);
  355 	el2 = FN(FN(LIST(EL),take),BASE)(list, pos2);
  356 	list = FN(FN(LIST(EL),restore),BASE)(list, pos1, el2);
  356 	list = FN(FN(LIST(EL),restore),BASE)(list, pos1, el2);
  357 	list = FN(FN(LIST(EL),restore),BASE)(list, pos2, el1);
  357 	list = FN(FN(LIST(EL),restore),BASE)(list, pos2, el1);
  358 	return list;