reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 if (isl_int_is_zero(cnt->max) || isl_int_lt(cnt->count, cnt->max)) 34 if (isl_int_is_zero(cnt->max) || isl_int_lt(cnt->count, cnt->max)) 47 if (isl_int_is_zero(cnt->max) || isl_int_lt(cnt->count, cnt->max)) 47 if (isl_int_is_zero(cnt->max) || isl_int_lt(cnt->count, cnt->max)) 49 isl_int_set(cnt->count, cnt->max); 258 isl_int_init(cnt.max); 261 isl_int_set(cnt.max, max); 263 isl_int_lt(cnt.count, cnt.max)) 267 isl_int_clear(cnt.max); 284 isl_int_init(cnt.max); 287 isl_int_set(cnt.max, max); 289 isl_int_lt(cnt.count, cnt.max)) 293 isl_int_clear(cnt.max);