repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_printer_print_aff: always print parentheses around expression
[isl.git]
/
isl_list_private.h
blob
15c0547042f24cd12883282cee8d806c8065f015
1
#ifndef ISL_LIST_PRIVATE_H
2
#define ISL_LIST_PRIVATE_H
3
4
#include <isl/list.h>
5
6
#undef EL
7
#define EL isl_basic_set
8
9
#include <isl_list_templ.h>
10
11
#undef EL
12
#define EL isl_set
13
14
#include <isl_list_templ.h>
15
16
#undef EL
17
#define EL isl_aff
18
19
#include <isl_list_templ.h>
20
21
#undef EL
22
#define EL isl_band
23
24
#include <isl_list_templ.h>
25
26
#endif