reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/set.h
  379 isl_bool isl_set_is_bounded(__isl_keep isl_set *set);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
14941   auto res = isl_set_is_bounded(get());
tools/polly/lib/External/isl/isl_convex_hull.c
 1775 	bounded = isl_set_is_bounded(set);
tools/polly/lib/External/isl/isl_test.c
  495 	bounded = isl_set_is_bounded(set);
  505 	bounded = isl_set_is_bounded(set);
  516 	bounded = isl_set_is_bounded(set);