![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>

Data Fields | |
| struct cb_tree_common | common |
| cb_tree | name |
| cb_tree | args |
| cb_tree | stmt1 |
| cb_tree | stmt2 |
| cb_tree | call_returning |
| cob_u32_t | is_system |
| int | convention |
| cb_tree cb_call::args |
Definition at line 1039 of file tree.h.
Referenced by cb_build_call(), and output_call().
| cb_tree cb_call::call_returning |
Definition at line 1042 of file tree.h.
Referenced by cb_build_call(), and output_call().
| struct cb_tree_common cb_call::common |
| int cb_call::convention |
Definition at line 1044 of file tree.h.
Referenced by cb_build_call(), and output_call().
| cob_u32_t cb_call::is_system |
Definition at line 1043 of file tree.h.
Referenced by cb_build_call(), and output_call().
| cb_tree cb_call::name |
Definition at line 1038 of file tree.h.
Referenced by cb_build_call(), and output_call().
| cb_tree cb_call::stmt1 |
Definition at line 1040 of file tree.h.
Referenced by cb_build_call(), and output_call().
| cb_tree cb_call::stmt2 |
Definition at line 1041 of file tree.h.
Referenced by cb_build_call(), and output_call().