1 #ifndef ISL_UNION_MAP_TYPE_H
2 #define ISL_UNION_MAP_TYPE_H
7 #if defined(__cplusplus)
11 struct __isl_export isl_union_map
;
12 typedef struct isl_union_map isl_union_map
;
13 ISL_DECLARE_LIST_TYPE(union_map
)
15 struct __isl_export isl_union_set
;
16 typedef struct isl_union_set isl_union_set
;
17 ISL_DECLARE_LIST_TYPE(union_set
)
20 #if defined(__cplusplus)