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
include
isl
space_type.h
Go to the documentation of this file.
1
#ifndef ISL_SPACE_TYPE_H
2
#define ISL_SPACE_TYPE_H
3
4
#include <
isl/ctx.h
>
5
6
#if defined(__cplusplus)
7
extern
"C"
{
8
#endif
9
10
struct
__isl_export
isl_space
;
11
typedef
struct
isl_space
isl_space
;
12
13
enum
isl_dim_type
{
14
isl_dim_cst
,
15
isl_dim_param
,
16
isl_dim_in
,
17
isl_dim_out
,
18
isl_dim_set
=
isl_dim_out
,
19
isl_dim_div
,
20
isl_dim_all
21
};
22
23
#if defined(__cplusplus)
24
}
25
#endif
26
27
#endif
ctx.h
__isl_export
#define __isl_export
Definition:
ctx.h:31
isl_dim_type
isl_dim_type
Definition:
space_type.h:13
isl_dim_param
@ isl_dim_param
Definition:
space_type.h:15
isl_dim_in
@ isl_dim_in
Definition:
space_type.h:16
isl_dim_set
@ isl_dim_set
Definition:
space_type.h:18
isl_dim_all
@ isl_dim_all
Definition:
space_type.h:20
isl_dim_div
@ isl_dim_div
Definition:
space_type.h:19
isl_dim_out
@ isl_dim_out
Definition:
space_type.h:17
isl_dim_cst
@ isl_dim_cst
Definition:
space_type.h:14
isl_space
Definition:
isl_space_private.h:10
Generated on Sun Apr 20 2025 07:27:19 for Polly by
1.9.6