maybe_ast_expr.h 142 B

12345678
  1. #ifndef ISL_MAYBE_AST_EXPR_H
  2. #define ISL_MAYBE_AST_EXPR_H
  3. #define ISL_TYPE isl_ast_expr
  4. #include <isl/maybe_templ.h>
  5. #undef ISL_TYPE
  6. #endif