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

References

tools/polly/lib/External/isl/isl_mat.c
 1836 	if (!mat)
 1838 	if (row >= mat->n_row)
 1839 		isl_die(mat->ctx, isl_error_invalid, "row out of range",
 1842 	v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col);
 1842 	v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col);
 1845 	isl_seq_cpy(v->el, mat->row[row], mat->n_col);
 1845 	isl_seq_cpy(v->el, mat->row[row], mat->n_col);