Home | History | Annotate | Line # | Download | only in dist
      1  1.1  mrg #include <isl/ctx.h>
      2  1.1  mrg #include <isl/id.h>
      3  1.1  mrg #include <isl/space.h>
      4  1.1  mrg #include <isl/local_space.h>
      5  1.1  mrg #include <isl/set.h>
      6  1.1  mrg #include <isl/map.h>
      7  1.1  mrg #include <isl/union_set.h>
      8  1.1  mrg #include <isl/union_map.h>
      9  1.1  mrg #include <isl/polynomial.h>
     10  1.1  mrg #include <isl/constraint.h>
     11  1.1  mrg #include <isl/aff.h>
     12  1.1  mrg #include <isl/ast.h>
     13  1.1  mrg #include <isl/printer.h>
     14  1.1  mrg #include <isl/val.h>
     15  1.1  mrg 
     16  1.1  mrg #undef BASE
     17  1.1  mrg #define BASE id
     18  1.1  mrg #include <print_templ.c>
     19  1.1  mrg #undef BASE
     20  1.1  mrg #define BASE multi_id
     21  1.1  mrg #include <print_templ.c>
     22  1.1  mrg #undef BASE
     23  1.1  mrg #define BASE val
     24  1.1  mrg #include <print_templ.c>
     25  1.1  mrg #undef BASE
     26  1.1  mrg #define BASE multi_val
     27  1.1  mrg #include <print_templ.c>
     28  1.1  mrg #undef BASE
     29  1.1  mrg #define BASE space
     30  1.1  mrg #include <print_templ.c>
     31  1.1  mrg #undef BASE
     32  1.1  mrg #define BASE local_space
     33  1.1  mrg #include <print_templ.c>
     34  1.1  mrg #undef BASE
     35  1.1  mrg #define BASE basic_set
     36  1.1  mrg #include <print_templ.c>
     37  1.1  mrg #undef BASE
     38  1.1  mrg #define BASE basic_map
     39  1.1  mrg #include <print_templ.c>
     40  1.1  mrg #undef BASE
     41  1.1  mrg #define BASE set
     42  1.1  mrg #include <print_templ.c>
     43  1.1  mrg #undef BASE
     44  1.1  mrg #define BASE map
     45  1.1  mrg #include <print_templ.c>
     46  1.1  mrg #undef BASE
     47  1.1  mrg #define BASE union_set
     48  1.1  mrg #include <print_templ.c>
     49  1.1  mrg #undef BASE
     50  1.1  mrg #define BASE union_map
     51  1.1  mrg #include <print_templ.c>
     52  1.1  mrg #undef BASE
     53  1.1  mrg #define BASE qpolynomial
     54  1.1  mrg #include <print_templ.c>
     55  1.1  mrg #undef BASE
     56  1.1  mrg #define BASE qpolynomial_fold
     57  1.1  mrg #include <print_templ.c>
     58  1.1  mrg #undef BASE
     59  1.1  mrg #define BASE pw_qpolynomial
     60  1.1  mrg #include <print_templ.c>
     61  1.1  mrg #undef BASE
     62  1.1  mrg #define BASE pw_qpolynomial_fold
     63  1.1  mrg #include <print_templ.c>
     64  1.1  mrg #undef BASE
     65  1.1  mrg #define BASE union_pw_qpolynomial
     66  1.1  mrg #include <print_templ.c>
     67  1.1  mrg #undef BASE
     68  1.1  mrg #define BASE union_pw_qpolynomial_fold
     69  1.1  mrg #include <print_templ.c>
     70  1.1  mrg #undef BASE
     71  1.1  mrg #define BASE constraint
     72  1.1  mrg #include <print_templ.c>
     73  1.1  mrg #undef BASE
     74  1.1  mrg #define BASE aff
     75  1.1  mrg #include <print_templ.c>
     76  1.1  mrg #undef BASE
     77  1.1  mrg #define BASE pw_aff
     78  1.1  mrg #include <print_templ.c>
     79  1.1  mrg #undef BASE
     80  1.1  mrg #define BASE multi_aff
     81  1.1  mrg #include <print_templ.c>
     82  1.1  mrg #undef BASE
     83  1.1  mrg #define BASE pw_multi_aff
     84  1.1  mrg #include <print_templ.c>
     85  1.1  mrg #undef BASE
     86  1.1  mrg #define BASE union_pw_multi_aff
     87  1.1  mrg #include <print_templ.c>
     88  1.1  mrg #undef BASE
     89  1.1  mrg #define BASE multi_pw_aff
     90  1.1  mrg #include <print_templ.c>
     91  1.1  mrg #undef BASE
     92  1.1  mrg #define BASE union_pw_aff
     93  1.1  mrg #include <print_templ.c>
     94  1.1  mrg #undef BASE
     95  1.1  mrg #define BASE multi_union_pw_aff
     96  1.1  mrg #include <print_templ.c>
     97  1.1  mrg #undef BASE
     98  1.1  mrg #define BASE point
     99  1.1  mrg #include <print_templ.c>
    100  1.1  mrg #undef BASE
    101  1.1  mrg #define BASE ast_expr
    102  1.1  mrg #include <print_templ_yaml.c>
    103  1.1  mrg #undef BASE
    104  1.1  mrg #define BASE ast_node
    105  1.1  mrg #include <print_templ_yaml.c>
    106