GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct cb_tree_common | common |
cb_tree | val |
enum cb_cast_type | cast_type |
enum cb_cast_type cb_cast::cast_type |
Definition at line 959 of file tree.h.
Referenced by cb_build_cast(), cb_build_cast_int(), cb_build_cast_llint(), cb_emit_set_to(), cb_tree_category(), output_integer(), output_long_integer(), output_param(), and output_stmt().
struct cb_tree_common cb_cast::common |
cb_tree cb_cast::val |
Definition at line 958 of file tree.h.
Referenced by cb_build_cast(), cb_build_cast_int(), cb_build_cast_llint(), cb_emit_set_to(), output_integer(), output_long_integer(), output_param(), and output_stmt().