Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-10 08:48:12

0001 #ifndef ISL_ID_TO_AST_EXPR_H
0002 #define ISL_ID_TO_AST_EXPR_H
0003 
0004 #include <isl/id_type.h>
0005 #include <isl/ast_type.h>
0006 #include <isl/maybe_ast_expr.h>
0007 
0008 #define ISL_KEY     isl_id
0009 #define ISL_VAL     isl_ast_expr
0010 #define ISL_HMAP_SUFFIX id_to_ast_expr
0011 #define ISL_HMAP    isl_id_to_ast_expr
0012 #define ISL_HMAP_HAVE_READ_FROM_STR
0013 #define ISL_HMAP_IS_EQUAL   isl_id_to_ast_expr_is_equal
0014 #include <isl/hmap.h>
0015 #undef ISL_KEY
0016 #undef ISL_VAL
0017 #undef ISL_HMAP_SUFFIX
0018 #undef ISL_HMAP
0019 #undef ISL_HMAP_HAVE_READ_FROM_STR
0020 #undef ISL_HMAP_IS_EQUAL
0021 
0022 #endif