~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/print.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-13 04:29:53 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130113042953-yffow2nvsub33dcd
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#include <isl/band.h>
11
11
#include <isl/constraint.h>
12
12
#include <isl/aff.h>
 
13
#include <isl/ast.h>
13
14
#include <isl/printer.h>
14
15
 
15
16
#undef BASE
75
76
#undef BASE
76
77
#define BASE pw_multi_aff
77
78
#include <print_templ.c>
 
79
#undef BASE
 
80
#define BASE union_pw_multi_aff
 
81
#include <print_templ.c>
 
82
#undef BASE
 
83
#define BASE multi_pw_aff
 
84
#include <print_templ.c>
 
85
#undef BASE
 
86
#define BASE point
 
87
#include <print_templ.c>
 
88
#undef BASE
 
89
#define BASE ast_expr
 
90
#include <print_templ.c>
 
91
#undef BASE
 
92
#define BASE ast_node
 
93
#include <print_templ.c>