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

References

tools/polly/lib/External/isl/isl_test.c
 1742 		set1 = isl_set_read_from_str(ctx, gist_tests[i].set);
 1743 		context = isl_set_read_from_str(ctx, gist_tests[i].context);
 1746 		set2 = isl_set_read_from_str(ctx, gist_tests[i].gist);
 1749 		set1 = isl_set_read_from_str(ctx, gist_tests[i].set);
 1760 			isl_die(ctx, isl_error_unknown,
 1763 			isl_die(ctx, isl_error_unknown,
 1766 			isl_die(ctx, isl_error_unknown,
 1770 	if (test_gist_fail(ctx) < 0)
 1773 	test_gist_case(ctx, "gist1");
 1784 	bset1 = isl_basic_set_read_from_str(ctx, str);
 1793 	bset2 = isl_basic_set_read_from_str(ctx, str);
 1808 	map1 = isl_map_read_from_str(ctx, str);
 1810 	map2 = isl_map_read_from_str(ctx, str);
 1815 		isl_die(ctx, isl_error_unknown, "expecting single disjunct",
 1818 		isl_die(ctx, isl_error_unknown, "expecting single div",
 1822 	if (test_plain_gist(ctx) < 0)