GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct literal_list * | next |
struct cb_literal * | literal |
cb_tree | x |
int | id |
int literal_list::id |
Definition at line 97 of file codegen.c.
Referenced by codegen(), and lookup_literal().
struct cb_literal* literal_list::literal |
Definition at line 95 of file codegen.c.
Referenced by lookup_literal().
struct literal_list* literal_list::next |
Definition at line 94 of file codegen.c.
Referenced by codegen(), literal_list_reverse(), and lookup_literal().
cb_tree literal_list::x |
Definition at line 96 of file codegen.c.
Referenced by codegen(), and lookup_literal().