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

Declarations

tools/polly/lib/External/isl/include/isl/map.h
  551 __isl_give isl_basic_map *isl_basic_map_curry(__isl_take isl_basic_map *bmap);

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 5479   auto res = isl_basic_map_curry(copy());
tools/polly/lib/External/isl/isl_test.c
 7810 	bmap2 = isl_basic_map_curry(isl_basic_map_copy(bmap1));