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

References

tools/polly/lib/External/isl/isl_pw_templ.c
  501 	if (pw->n + n <= pw->size)
  504 	n += pw->n;
  507 			    sizeof(struct PW) + (n - 1) * sizeof(S(PW,piece)));
  510 		res->size = n;
  514 	res = FN(PW,alloc_size)(isl_space_copy(pw->dim), pw->type, n);
  516 	res = FN(PW,alloc_size)(isl_space_copy(pw->dim), n);