libFirm 1.20
|
SymConst attribute. More...
#include <firm_types.h>
Data Fields | |
ir_type * | type_p |
The type of a SymConst. | |
ir_entity * | entity_p |
The entity of a SymConst. | |
ir_enum_const * | enum_p |
The enumeration constant of a SymConst. |
SymConst attribute.
This union contains the symbolic information represented by the node.
Definition at line 319 of file firm_types.h.
The entity of a SymConst.
Definition at line 321 of file firm_types.h.
The enumeration constant of a SymConst.
Definition at line 322 of file firm_types.h.
The type of a SymConst.
Definition at line 320 of file firm_types.h.