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
opt_type.h
Go to the documentation of this file.
1
#define NO_LOC
2
#ifdef HAS_TYPE
3
#define OPT_TYPE_PARAM , enum isl_fold type
4
#define OPT_TYPE_PARAM_FIRST enum isl_fold type,
5
#define OPT_TYPE_ARG(loc) , loc type
6
#define OPT_TYPE_ARG_FIRST(loc) loc type,
7
#define OPT_SET_TYPE(loc,val) loc type = (val);
8
#define OPT_EQUAL_TYPES(loc1, loc2) ((loc1 type) == (loc2 type))
9
#else
10
#define OPT_TYPE_PARAM
11
#define OPT_TYPE_PARAM_FIRST
12
#define OPT_TYPE_ARG(loc)
13
#define OPT_TYPE_ARG_FIRST(loc)
14
#define OPT_SET_TYPE(loc,val)
15
#define OPT_EQUAL_TYPES(loc1, loc2) 1
16
#endif
Generated on Fri Apr 18 2025 09:47:31 for Polly by
1.9.6