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

References

tools/polly/lib/External/isl/isl_test.c
 1474 	int orig_convex = ctx->opt->convex;
 1475 	ctx->opt->convex = convex;
 1477 	test_convex_hull_case(ctx, "convex0");
 1478 	test_convex_hull_case(ctx, "convex1");
 1479 	test_convex_hull_case(ctx, "convex2");
 1480 	test_convex_hull_case(ctx, "convex3");
 1481 	test_convex_hull_case(ctx, "convex4");
 1482 	test_convex_hull_case(ctx, "convex5");
 1483 	test_convex_hull_case(ctx, "convex6");
 1484 	test_convex_hull_case(ctx, "convex7");
 1485 	test_convex_hull_case(ctx, "convex8");
 1486 	test_convex_hull_case(ctx, "convex9");
 1487 	test_convex_hull_case(ctx, "convex10");
 1488 	test_convex_hull_case(ctx, "convex11");
 1489 	test_convex_hull_case(ctx, "convex12");
 1490 	test_convex_hull_case(ctx, "convex13");
 1491 	test_convex_hull_case(ctx, "convex14");
 1492 	test_convex_hull_case(ctx, "convex15");
 1498 		set1 = isl_set_read_from_str(ctx, convex_hull_tests[i].set);
 1499 		set2 = isl_set_read_from_str(ctx, convex_hull_tests[i].hull);
 1508 			isl_die(ctx, isl_error_unknown,
 1512 	ctx->opt->convex = orig_convex;