Home
last modified time | relevance | path

Searched defs:LIST (Results 1 – 9 of 9) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_list_templ.c30 __isl_give LIST(EL) *FN(LIST(EL),alloc)(isl_ctx *ctx, int n) in LIST() function
51 __isl_give LIST(EL) *FN(LIST(EL),copy)(__isl_keep LIST(EL) *list) in LIST() function
60 __isl_give LIST(EL) *FN(LIST(EL),dup)(__isl_keep LIST(EL) *list) in LIST() function
76 __isl_give LIST(EL) *FN(LIST(EL),cow)(__isl_take LIST(EL) *list) in LIST() function
93 static __isl_give LIST(EL) *FN(LIST(EL),grow)(__isl_take LIST(EL) *list, int n) in LIST() function
141 __isl_give LIST(EL) *FN(LIST(EL),add)(__isl_take LIST(EL) *list, in LIST() function
158 __isl_give LIST(EL) *FN(LIST(EL),drop)(__isl_take LIST(EL) *list, in LIST() function
183 __isl_give LIST(EL) *FN(LIST(EL),clear)(__isl_take LIST(EL) *list) in LIST() function
197 __isl_give LIST(EL) *FN(LIST(EL),insert)(__isl_take LIST(EL) *list, in LIST() function
234 __isl_null LIST(EL) *FN(LIST(EL),free)(__isl_take LIST(EL) *list) in LIST() function
[all …]
H A Disl_list_templ.h4 #define LIST(EL) xLIST(EL) macro
6 struct LIST(EL) { in LIST() function
H A Disl_list_read_yaml_templ.c16 static __isl_give LIST(EL) *FN(isl_stream_yaml_read,LIST(EL_BASE))( in LIST() function
H A Disl_list_read_templ.c19 __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST() function
H A Disl_list_macro.h8 #define LIST(EL) xLIST(EL) macro
H A Disl_test_list_templ.c6 #define LIST(EL) xLIST(EL) macro
H A Disl_multi_templ.c349 __isl_give LIST(EL) *FN(MULTI(BASE),get_list)( in LIST() function
H A Disl_union_templ.c1406 __isl_give LIST(PART) *FN(FN(UNION,get),LIST(BASE))(__isl_keep UNION *u) in LIST() function
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py1811 LIST = 2 global() variable in ParserKind