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

References

tools/polly/lib/External/isl/isl_mat.c
 1468 	if (!mat) {
 1473 	if (mat->n_row == 0)
 1476 	for (i = 0; i < mat->n_row; ++i) {
 1481 		for (j = 0; j < mat->n_col; ++j) {
 1484 			isl_int_print(out, mat->row[i][j], 0);
 1486 		if (i == mat->n_row-1)