Polly 19.0.0git
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)
7extern "C" {
8#endif
9
11typedef struct isl_space isl_space;
12
21};
22
23#if defined(__cplusplus)
24}
25#endif
26
27#endif
#define __isl_export
Definition: ctx.h:31
isl_dim_type
Definition: space_type.h:13
@ isl_dim_param
Definition: space_type.h:15
@ isl_dim_in
Definition: space_type.h:16
@ isl_dim_set
Definition: space_type.h:18
@ isl_dim_all
Definition: space_type.h:20
@ isl_dim_div
Definition: space_type.h:19
@ isl_dim_out
Definition: space_type.h:17
@ isl_dim_cst
Definition: space_type.h:14