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

References

tools/polly/lib/External/isl/isl_test.c
 8856 	str = "{ S1[i,j] : 0 <= i,j < 10; S2[i,j] : 0 <= i,j < 10 }";
 8857 	uset = isl_union_set_read_from_str(ctx, str);
 8860 	str = "[{ S1[i,j] -> [i]; S2[i,j] -> [9 - i] }]";
 8861 	mupa = isl_multi_union_pw_aff_read_from_str(ctx, str);
 8864 	str = "[{ S1[i,j] -> [j]; S2[i,j] -> [j] }]";
 8865 	mupa = isl_multi_union_pw_aff_read_from_str(ctx, str);