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_aff.c: upa_pb_upma: use isl_union_pw_multi_aff_foreach_pw_multi_aff
[isl.git]
/
isl_multi_templ.h
blob
8170892e62d31ea8a1b18b43434a98c042f42024
1
#include <isl/space.h>
2
3
#include <isl_multi_macro.h>
4
5
struct
MULTI
(
BASE
) {
6
int
ref
;
7
isl_space
*
space
;
8
9
int
n
;
10
EL
*
p
[
1
];
11
};
12
13
__isl_give
MULTI
(
BASE
) *
CAT
(
MULTI
(
BASE
),
_alloc
)(
__isl_take isl_space
*
space
);