nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* |
2 | * Copyright 2008-2009 Katholieke Universiteit Leuven |
||
3 | * |
||
4 | * Use of this software is governed by the GNU LGPLv2.1 license |
||
5 | * |
||
6 | * Written by Sven Verdoolaege, K.U.Leuven, Departement |
||
7 | * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium |
||
8 | */ |
||
9 | |||
10 | #include <isl_list_private.h> |
||
11 | #include <isl/set.h> |
||
12 | #include <isl/aff.h> |
||
13 | #include <isl/band.h> |
||
14 | |||
15 | #undef BASE |
||
16 | #define BASE basic_set |
||
17 | |||
18 | #include <isl_list_templ.c> |
||
19 | |||
20 | #undef BASE |
||
21 | #define BASE set |
||
22 | |||
23 | #include <isl_list_templ.c> |
||
24 | |||
25 | #undef BASE |
||
26 | #define BASE aff |
||
27 | |||
28 | #include <isl_list_templ.c> |
||
29 | |||
30 | #undef BASE |
||
31 | #define BASE pw_aff |
||
32 | |||
33 | #include <isl_list_templ.c> |
||
34 | |||
35 | #undef BASE |
||
36 | #define BASE band |
||
37 | |||
38 | #include <isl_list_templ.c> |