GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
cb_tree | x |
cb_tree | y |
int | op |
unsigned int | flag |
struct cb_tree_common cb_binary_op::common |
unsigned int cb_binary_op::flag |
Definition at line 933 of file tree.h.
Referenced by output_integer(), and output_long_integer().
int cb_binary_op::op |
Definition at line 932 of file tree.h.
Referenced by cb_build_binary_op(), cb_build_cond(), cb_build_expr(), cb_name_1(), decimal_expand(), expr_expand(), output_cond(), output_cond_debug(), output_integer(), output_long_integer(), output_param(), and search_set_keys().
cb_tree cb_binary_op::x |
Definition at line 930 of file tree.h.
Referenced by cb_build_binary_op(), cb_build_cond(), cb_build_optim_cond(), cb_name_1(), decimal_expand(), expr_expand(), output_cond(), output_cond_debug(), output_integer(), output_long_integer(), output_move(), output_param(), and search_set_keys().
cb_tree cb_binary_op::y |
Definition at line 931 of file tree.h.
Referenced by cb_build_binary_op(), cb_build_cond(), cb_build_optim_cond(), cb_name_1(), decimal_expand(), expr_expand(), output_cond(), output_cond_debug(), output_integer(), output_long_integer(), output_param(), and search_set_keys().