Polly 20.0.0git
|
#include <isl_ast_private.h>
Public Attributes | |
int | ref |
isl_ctx * | ctx |
enum isl_ast_expr_type | type |
union { | |
isl_val * v | |
isl_id * id | |
struct { | |
enum isl_ast_expr_op_type op | |
isl_ast_expr_list * args | |
} op | |
} | u |
Definition at line 20 of file isl_ast_private.h.
isl_ast_expr_list* isl_ast_expr::args |
Definition at line 32 of file isl_ast_private.h.
isl_ctx* isl_ast_expr::ctx |
Definition at line 23 of file isl_ast_private.h.
Referenced by alloc_op(), isl_ast_expr_alloc_int_si(), isl_ast_expr_from_id(), and isl_ast_expr_from_val().
isl_id* isl_ast_expr::id |
Definition at line 29 of file isl_ast_private.h.
Referenced by isl_ast_expr_from_id().
enum isl_ast_expr_op_type isl_ast_expr::op |
Definition at line 31 of file isl_ast_private.h.
Referenced by alloc_op().
struct { ... } isl_ast_expr::op |
int isl_ast_expr::ref |
Definition at line 21 of file isl_ast_private.h.
Referenced by alloc_op(), isl_ast_expr_alloc_int_si(), isl_ast_expr_copy(), isl_ast_expr_cow(), isl_ast_expr_from_id(), and isl_ast_expr_from_val().
enum isl_ast_expr_type isl_ast_expr::type |
Definition at line 25 of file isl_ast_private.h.
Referenced by alloc_op(), isl_ast_expr_alloc_int_si(), isl_ast_expr_from_id(), and isl_ast_expr_from_val().
union { ... } isl_ast_expr::u |
Referenced by alloc_op(), isl_ast_expr_alloc_int_si(), isl_ast_expr_from_id(), and isl_ast_expr_from_val().
isl_val* isl_ast_expr::v |
Definition at line 28 of file isl_ast_private.h.
Referenced by isl_ast_expr_alloc_int_si(), and isl_ast_expr_from_val().