Polly
20.0.0git
llvm-project
polly
lib
External
isl
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
6
struct
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
16
__isl_give
LIST
(
EL
) *
FN
(
LIST
(
EL
),
dup
)(
__isl_keep
LIST
(
EL
) *list);
FN
#define FN(TYPE, NAME)
Definition:
check_parse_fail_test_templ.c:15
__isl_give
#define __isl_give
Definition:
ctx.h:19
__isl_keep
#define __isl_keep
Definition:
ctx.h:25
EL
#define EL
Definition:
isl_aff_private.h:238
LIST
#define LIST(EL)
Definition:
isl_list_macro.h:8
dup
__isl_give dup(__isl_keep LIST(EL) *list)
p
const char * p
Definition:
isl_test.c:8643
size
const char * size
Definition:
isl_test.c:1570
isl_ctx
Definition:
isl_ctx_private.h:11
n
n
Definition:
youcefn.c:8
Generated on Wed Nov 13 2024 03:17:23 for Polly by
1.9.6