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

References

tools/polly/lib/External/isl/isl_test.c
  398 	if (test_parse_multi_val(ctx, "{ A[B[2] -> C[5, 7]] }") < 0)
  400 	if (test_parse_multi_val(ctx, "[n] -> { [2] }") < 0)
  402 	if (test_parse_multi_val(ctx, "{ A[4, infty, NaN, -1/2, 2/3] }") < 0)
  404 	if (test_parse_multi(ctx) < 0)
  408 	map = isl_map_read_from_str(ctx, str);
  413 	map = isl_map_read_from_str(ctx, str);
  417 	test_parse_map(ctx, "{[[s] -> A[i]] -> [[s+1] -> A[i]]}");
  418 	test_parse_map(ctx, "{ [p1, y1, y2] -> [2, y1, y2] : "
  424 		if (test_parse_map_equal(ctx, str, str2) < 0)
  429 	map = isl_map_read_from_str(ctx, str);
  434 	map2 = isl_map_read_from_str(ctx, str);
  440 	map = isl_map_read_from_str(ctx, str);
  442 	map2 = isl_map_read_from_str(ctx, str);
  447 	test_parse_pwqp(ctx, "{ [i] -> i + [ (i + [i/3])/2 ] }");
  448 	test_parse_map(ctx, "{ S1[i] -> [([i/10]),i%10] : 0 <= i <= 45 }");
  449 	test_parse_pwaff(ctx, "{ [i] -> [i + 1] : i > 0; [a] -> [a] : a < 0 }");
  450 	test_parse_pwqp(ctx, "{ [x] -> ([(x)/2] * [(x)/3]) }");
  451 	test_parse_pwaff(ctx, "{ [] -> [(100)] }");