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

References

tools/polly/lib/External/isl/isl_mat.c
  110 		new_mat = isl_mat_alloc(mat->ctx, n_row, n_col);
  111 		if (!new_mat)
  114 			isl_seq_cpy(new_mat->row[i], mat->row[i], mat->n_col);
  116 		return new_mat;