Polly
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
i
l
m
p
r
s
v
Enumerations
Enumerator
Related Functions
a
d
f
l
m
s
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
f
i
m
o
r
s
t
Enumerations
a
g
i
m
o
t
Enumerator
i
m
o
t
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
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 Tue Apr 22 2025 02:09:25 for Polly by
1.9.6