reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1114 tab = isl_tab_alloc(bset->ctx, bset->n_eq + bset->n_ineq + 1, 1116 if (!tab) 1118 tab->rational = ISL_F_ISSET(bset, ISL_BASIC_SET_RATIONAL); 1120 if (isl_tab_mark_empty(tab) < 0) 1122 return tab; 1132 if (isl_tab_add_eq(tab, c->el) < 0) 1139 if (isl_tab_add_ineq(tab, c->el) < 0) 1141 if (tab->empty) { 1143 return tab; 1149 if (isl_tab_add_ineq(tab, c->el) < 0) 1153 return tab; 1156 isl_tab_free(tab);