reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
68 ctx = isl_basic_map_get_ctx(bmap); 69 list = isl_alloc_array(ctx, int, bmap->n_ineq); 70 var = isl_vec_alloc(ctx, n_out); 83 cst = isl_mat_alloc(ctx, n, 1 + n_in);