#include <ast.h>
Data Fields | |
struct ctrump_expr * | expr |
struct ctrump_texpr * | cast_to |
Definition at line 446 of file ast.h.
struct ctrump_expr* ctrump_implicit_cast_expr::expr [read] |
キャストされる式
Definition at line 447 of file ast.h.
Referenced by assign_var_info_expr(), build_cfg_cond_expr(), ctrump_peel_bitequality_cast_expr(), ctrump_peel_cast_to_pointer_from_array(), extract_load_store_expr_rval(), and print_expr().
struct ctrump_texpr* ctrump_implicit_cast_expr::cast_to [read] |
変換後の型
Definition at line 448 of file ast.h.
Referenced by ctrump_peel_bitequality_cast_expr(), and print_expr().