reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
181 __isl_give isl_aff *isl_aff_read_from_str(isl_ctx *ctx, const char *str);
3849 auto res = isl_aff_read_from_str(ctx.release(), str.c_str());
tools/polly/lib/External/isl/isl_test.c2744 obj = isl_aff_read_from_str(ctx, "{ [a, b] -> [a] }"); 2775 obj = isl_aff_read_from_str(ctx, "{ [i, j, k] -> [i] }"); 2817 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); 4938 aff2 = isl_aff_read_from_str(isl_aff_get_ctx(aff), str); 5011 aff = isl_aff_read_from_str(ctx, "[N] -> { [N] }"); 5099 aff1 = isl_aff_read_from_str(ctx, aff_bin_tests[i].arg1); 5100 aff2 = isl_aff_read_from_str(ctx, aff_bin_tests[i].arg2); 5101 res = isl_aff_read_from_str(ctx, aff_bin_tests[i].res); 6243 aff = isl_aff_read_from_str(ctx, "{ [x] -> [x + 1] }"); 6319 aff = isl_aff_read_from_str(ctx, "{ [-1] }"); 7051 qp = isl_qpolynomial_from_aff(isl_aff_read_from_str(ctx, str)); 7194 aff = isl_aff_read_from_str(ctx, "{ [c, d] -> [c + d] }"); 7493 aff = isl_aff_read_from_str(ctx, "[N] -> { A[] -> [N] }");