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

References

tools/polly/lib/External/isl/isl_mat.c
   59 	mat = isl_alloc_type(ctx, struct isl_mat);
   64 	mat->block = isl_blk_alloc(ctx, n_row * n_col);
   67 	mat->row = isl_alloc_array(ctx, isl_int *, n_row);
   74 	mat->ctx = ctx;
   75 	isl_ctx_ref(ctx);
   84 	isl_blk_free(ctx, mat->block);