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_{set,map}_foreach_lexopt: return isl_stat
[isl.git]
/
include
/
isl
/
maybe_ast_expr.h
blob
260fa345be25c6a2dbd631a7c3b3e3002e706fdf
1
#ifndef ISL_MAYBE_AST_EXPR_H
2
#define ISL_MAYBE_AST_EXPR_H
3
4
#define ISL_TYPE isl_ast_expr
5
#include <isl/maybe_templ.h>
6
#undef ISL_TYPE
7
8
#endif