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_map_dim_{min,max}: use isl_basic_map_lexopt_pw_multi_aff
[isl.git]
/
include
/
isl
/
maybe.h
blob
1fb35737fca515a26b9205d8757c003fa693f936
1
#ifndef ISL_MAYBE_H
2
#define ISL_MAYBE_H
3
4
#define ISL_xMAYBE(TYPE) isl_maybe_ ## TYPE
5
#define ISL_MAYBE(TYPE) ISL_xMAYBE(TYPE)
6
7
#endif