libFirm 1.20
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 319 of file firm_types.h.


Field Documentation

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.


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