Polly 19.0.0git
isl_list_templ.h
Go to the documentation of this file.
1#define xFN(TYPE,NAME) TYPE ## _ ## NAME
2#define FN(TYPE,NAME) xFN(TYPE,NAME)
3#define xLIST(EL) EL ## _list
4#define LIST(EL) xLIST(EL)
5
6struct LIST(EL) {
7 int ref;
8 isl_ctx *ctx;
9
10 int n;
11
12 size_t size;
13 struct EL *p[1];
14};
15
#define FN(TYPE, NAME)
#define __isl_give
Definition: ctx.h:19
#define __isl_keep
Definition: ctx.h:25
#define EL
#define LIST(EL)
Definition: isl_list_macro.h:8
__isl_give dup(__isl_keep LIST(EL) *list)
const char * p
Definition: isl_test.c:8643
const char * size
Definition: isl_test.c:1570
n
Definition: youcefn.c:8