projects
/
platform
/
upstream
/
isl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'maint'
[platform/upstream/isl.git]
/
isl_list_private.h
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_pw_aff
23
24
#include <isl_list_templ.h>
25
26
#undef EL
27
#define EL isl_band
28
29
#include <isl_list_templ.h>
30
31
#endif