Polly 19.0.0git
isl_map_list.c
Go to the documentation of this file.
1#include <isl/map.h>
2#include <isl/union_map.h>
3
4#undef EL
5#define EL isl_basic_map
6
7#include <isl_list_templ.h>
8
9#undef EL_BASE
10#define EL_BASE basic_map
11
12#include <isl_list_templ.c>
13
14#undef EL
15#define EL isl_map
16
17#include <isl_list_templ.h>
18
19#undef EL_BASE
20#define EL_BASE map
21
22#include <isl_list_templ.c>
23#include <isl_list_read_templ.c>
24
25#undef EL
26#define EL isl_union_map
27
28#include <isl_list_templ.h>
29
30#undef EL_BASE
31#define EL_BASE union_map
32
33#include <isl_list_templ.c>