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

Declarations

tools/polly/lib/External/isl/include/isl/fixed_box.h
   21 __isl_give isl_space *isl_fixed_box_get_space(__isl_keep isl_fixed_box *box);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7353   auto res = isl_fixed_box_get_space(get());
tools/polly/lib/External/isl/isl_box.c
  143 	space = isl_space_domain(isl_fixed_box_get_space(box));