reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1842 v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col); 1843 if (!v) 1845 isl_seq_cpy(v->el, mat->row[row], mat->n_col); 1847 return v;