Searched refs:read_el (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_multi_read_no_explicit_domain_templ.c | 19 static __isl_give isl_space *FN(read_el,BASE)(__isl_keep isl_stream *s, in FN() argument 66 space = read_tuple_space(s, v, space, 1, 0, &FN(read_el,BASE), &list); in MULTI()
|
D | isl_input.c | 1404 __isl_give isl_space *(*read_el)(__isl_keep isl_stream *s, in read_tuple_list() 1422 space = read_el(s, v, space, rational, user); in read_tuple_list() 1448 __isl_give isl_space *(*read_el)(__isl_keep isl_stream *s, in read_tuple_space() 1472 rational, comma, read_el, user); in read_tuple_space() 1476 rational, comma, read_el, user); in read_tuple_space() 1480 rational, comma, read_el, user); in read_tuple_space()
|