Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
isl-0.15
/
isl_multi_templ.h
blob: 8170892e62d31ea8a1b18b43434a98c042f42024 [
file
] [
log
] [
blame
] [
edit
]
#include
<isl/space.h>
#include
<isl_multi_macro.h>
struct
MULTI
(
BASE
)
{
int
ref
;
isl_space
*
space
;
int
n
;
EL
*
p
[
1
];
};
__isl_give MULTI
(
BASE
)
*
CAT
(
MULTI
(
BASE
),
_alloc
)(
__isl_take isl_space
*
space
);