GnuCOBOL  2.0
A free COBOL compiler
cb_intrinsic Struct Reference

#include <tree.h>

Collaboration diagram for cb_intrinsic:

Data Fields

struct cb_tree_common common
 
cb_tree name
 
cb_tree args
 
cb_tree intr_field
 
struct cb_intrinsic_tableintr_tab
 
cb_tree offset
 
cb_tree length
 
int isuser
 

Detailed Description

Definition at line 990 of file tree.h.

Field Documentation

cb_tree cb_intrinsic::args

Definition at line 993 of file tree.h.

Referenced by make_intrinsic(), and output_param().

struct cb_tree_common cb_intrinsic::common

Definition at line 991 of file tree.h.

cb_tree cb_intrinsic::intr_field

Definition at line 994 of file tree.h.

Referenced by make_intrinsic(), and output_param().

struct cb_intrinsic_table* cb_intrinsic::intr_tab

Definition at line 995 of file tree.h.

Referenced by cb_name_1(), make_intrinsic(), and output_param().

int cb_intrinsic::isuser

Definition at line 998 of file tree.h.

Referenced by cb_name_1(), make_intrinsic(), and output_param().

cb_tree cb_intrinsic::length

Definition at line 997 of file tree.h.

Referenced by make_intrinsic(), and output_param().

cb_tree cb_intrinsic::name

Definition at line 992 of file tree.h.

Referenced by cb_name_1(), make_intrinsic(), and output_param().

cb_tree cb_intrinsic::offset

Definition at line 996 of file tree.h.

Referenced by make_intrinsic(), and output_param().


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