#include <ast.h>
Data Fields | |
struct ctrump_location | op_loc |
struct ctrump_expr * | lhs |
struct ctrump_expr * | rhs |
Definition at line 375 of file ast.h.
struct ctrump_location ctrump_binary_expr::op_loc [read] |
struct ctrump_expr* ctrump_binary_expr::lhs [read] |
左辺
Definition at line 377 of file ast.h.
Referenced by analyze_subscript_coef(), assign_var_info_expr(), build_cfg_cond_expr(), ctrump_ast_fold_const_offset_sint(), ctrump_expr_occur_var(), extract_load_store_expr_rval(), is_invariant_expr(), recog_exit_cond(), recog_reductive(), and single_expr_subscripts_to_loop_subscript().
struct ctrump_expr* ctrump_binary_expr::rhs [read] |
右辺
Definition at line 378 of file ast.h.
Referenced by analyze_subscript_coef(), assign_var_info_expr(), build_cfg_cond_expr(), ctrump_ast_fold_const_offset_sint(), ctrump_expr_occur_var(), extract_load_store_expr_rval(), is_invariant_expr(), recog_exit_cond(), recog_reductive(), and single_expr_subscripts_to_loop_subscript().