Home
last modified time | relevance | path

Searched refs:test_parse_map (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_test.c66 void test_parse_map(isl_ctx *ctx, const char *str) in test_parse_map() function
507 test_parse_map(ctx, "{[[s] -> A[i]] -> [[s+1] -> A[i]]}"); in test_parse()
508 test_parse_map(ctx, "{ [p1, y1, y2] -> [2, y1, y2] : " in test_parse()
538 test_parse_map(ctx, "{ S1[i] -> [([i/10]),i%10] : 0 <= i <= 45 }"); in test_parse()