File: isl_map_list.c

package info (click to toggle)
isl 0.27-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,476 kB
  • sloc: ansic: 230,339; python: 19,348; cpp: 7,165; sh: 4,701; makefile: 767; lisp: 207; perl: 9
file content (33 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#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>