llvm-project/polly/lib/External/isl/isl_map_list.c

34 lines
477 B
C

#include <isl/map.h>
#include <isl/union_map.h>
#undef EL
#define EL isl_basic_map
#include <isl_list_templ.h>
#undef EL_BASE
#define EL_BASE basic_map
#include <isl_list_templ.c>
#undef EL
#define EL isl_map
#include <isl_list_templ.h>
#undef EL_BASE
#define EL_BASE map
#include <isl_list_templ.c>
#include <isl_list_read_templ.c>
#undef EL
#define EL isl_union_map
#include <isl_list_templ.h>
#undef EL_BASE
#define EL_BASE union_map
#include <isl_list_templ.c>