GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cb_call Struct Reference

#include <tree.h>

Collaboration diagram for cb_call:

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
 

Field Documentation

cb_tree cb_call::args

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::call_returning

Referenced by cb_build_call(), and output_call().

struct cb_tree_common cb_call::common
int cb_call::convention

Referenced by cb_build_call(), and output_call().

cob_u32_t cb_call::is_system

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::name

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::stmt1

Referenced by cb_build_call(), and output_call().

cb_tree cb_call::stmt2

Referenced by cb_build_call(), and output_call().


The documentation for this struct was generated from the following file: