reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1565 if (!mat) 1567 mat = isl_mat_insert_cols(mat, first, n); 1567 mat = isl_mat_insert_cols(mat, first, n); 1568 if (!mat) 1571 for (i = 0; i < mat->n_row; ++i) 1572 isl_seq_clr(mat->row[i] + first, n); 1574 return mat;