libFirm
symconst_symbol Union Reference

SymConst attribute. More...

#include <firm_types.h>

Data Fields

ir_typetype_p
 The type of a SymConst.
ir_entityentity_p
 The entity of a SymConst.
ir_enum_constenum_p
 The enumeration constant of a SymConst.

Detailed Description

SymConst attribute.

This union contains the symbolic information represented by the node.

Definition at line 326 of file firm_types.h.

Field Documentation

ir_entity* symconst_symbol::entity_p

The entity of a SymConst.

Definition at line 328 of file firm_types.h.

ir_enum_const* symconst_symbol::enum_p

The enumeration constant of a SymConst.

Definition at line 329 of file firm_types.h.

ir_type* symconst_symbol::type_p

The type of a SymConst.

Definition at line 327 of file firm_types.h.


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