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_basic_map_product: avoid use of isl_basic_map_n_*
[isl.git]
/
isl_union_macro.h
blob
f445df6729e2663d4ce3c2bb429f34adcf220dca
1
#define xFN(TYPE,NAME) TYPE ## _ ## NAME
2
#define FN(TYPE,NAME) xFN(TYPE,NAME)
3
#define xS(TYPE,NAME) struct TYPE ## _ ## NAME
4
#define S(TYPE,NAME) xS(TYPE,NAME)