Polly 19.0.0git
id_type.h
Go to the documentation of this file.
1#ifndef ISL_ID_TYPE_H
2#define ISL_ID_TYPE_H
3
4#include <isl/list.h>
5
6#if defined(__cplusplus)
7extern "C" {
8#endif
9
10struct __isl_export isl_id;
11typedef struct isl_id isl_id;
12
14
17
18#if defined(__cplusplus)
19}
20#endif
21
22#endif
#define __isl_export
Definition: ctx.h:31
struct isl_multi_id isl_multi_id
Definition: id_type.h:16
#define ISL_DECLARE_EXPORTED_LIST_TYPE(EL)
Definition: list.h:26