GCC Middle and Back End API Reference
ipcp_lattice Struct Reference
Inheritance diagram for ipcp_lattice:
Collaboration diagram for ipcp_lattice:

Data Fields

struct ipcp_valuevalues
int values_count
bool contains_variable
bool bottom

Detailed Description

Lattice describing potential values of a formal parameter of a function, or
   a part of an aggreagate.  TOP is represented by a lattice with zero values
   and with contains_variable and bottom flags cleared.  BOTTOM is represented
   by a lattice with the bottom flag set.  In that case, values and
   contains_variable flag should be disregarded.   

Field Documentation


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