File indexing completed on 2026-05-10 08:48:19
0001 #ifndef ISL_UNION_MAP_TYPE_H
0002 #define ISL_UNION_MAP_TYPE_H
0003
0004 #include <isl/ctx.h>
0005 #include <isl/list.h>
0006
0007 #if defined(__cplusplus)
0008 extern "C" {
0009 #endif
0010
0011 struct __isl_export isl_union_map;
0012 typedef struct isl_union_map isl_union_map;
0013 ISL_DECLARE_LIST_TYPE(union_map)
0014 #ifndef isl_union_set
0015 struct __isl_export isl_union_set;
0016 typedef struct isl_union_set isl_union_set;
0017 ISL_DECLARE_EXPORTED_LIST_TYPE(union_set)
0018 #endif
0019
0020 #if defined(__cplusplus)
0021 }
0022 #endif
0023
0024 #endif