Go to the source code of this file.
Compounds | |
| class | node |
| Base class for the node type, which is the building block for the IR trees. More... | |
| class | node_const |
| class | node_sym |
| class | node_type |
Enumerations | |
| enum | { nd_bad_node, nd_const, nd_type, nd_sym } |
Definition in file trees.h.
|
|
Definition at line 27 of file trees.h.
00027 { nd_bad_node,
00028 nd_const,
00029 nd_type,
00030 nd_sym
00031 };
|
1.3.3