1#ifndef ISL_VAL_TYPE_H
2#define ISL_VAL_TYPE_H
3
4#include <isl/list.h>
5
6#if defined(__cplusplus)
7extern "C" {
8#endif
9
10struct __isl_export isl_val;
11typedef struct isl_val isl_val;
12
13ISL_DECLARE_EXPORTED_LIST_TYPE(val)
14
15struct __isl_export isl_multi_val;
16typedef struct isl_multi_val isl_multi_val;
17
18#if defined(__cplusplus)
19}
20#endif
21
22#endif
23

source code of polly/lib/External/isl/include/isl/val_type.h