reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
99 unsigned n_eq = bmap_i->n_eq; 100 int *ineq = isl_calloc_array(bmap_i->ctx, int, bmap_i->n_ineq); 100 int *ineq = isl_calloc_array(bmap_i->ctx, int, bmap_i->n_ineq); 105 for (k = 0; k < bmap_i->n_ineq; ++k) { 110 ineq[k] = status_in(bmap_i->ineq[k], tab_j);