reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 tab->mat = isl_mat_alloc(ctx, n_row, off + n_var); 46 tab->var = isl_alloc_array(ctx, struct isl_tab_var, n_var); 47 if (n_var && !tab->var) 52 tab->col_var = isl_alloc_array(ctx, int, n_var); 53 if (n_var && !tab->col_var) 58 for (i = 0; i < n_var; ++i) { 72 tab->n_col = n_var; 73 tab->n_var = n_var; 74 tab->max_var = n_var;