ROSE 0.11.145.147
Public Member Functions | Static Public Attributes | List of all members
nodeConstLattice Class Reference

Description

Definition at line 25 of file nodeConstAnalysis.h.

Inheritance diagram for nodeConstLattice:
Inheritance graph
[legend]
Collaboration diagram for nodeConstLattice:
Collaboration graph
[legend]

Public Member Functions

nodeConstLatticeoperator= (const nodeConstLattice &)=default
 
 nodeConstLattice (const nodeConstLattice &that)
 
void initialize ()
 
Latticecopy () const
 
void copy (Lattice *that)
 
bool meetUpdate (Lattice *that)
 
bool maxUpdate (nodeConstLattice &that)
 
bool increment (int val=1)
 
bool operator== (Lattice *that)
 
short getValConst () const
 
bool setToBottom ()
 
bool set (unsigned long valID)
 
bool setToTop ()
 
std::string str (std::string indent="")
 
- Public Member Functions inherited from FiniteLattice
bool finiteLattice ()
 Check if this lattice is finite or not.
 
- Public Member Functions inherited from Lattice
virtual void remapVars (const std::map< varID, varID > &, const Function &)
 
virtual void incorporateVars (Lattice *)
 
virtual Latticeproject (SgExpression *)
 
virtual bool unProject (SgExpression *, Lattice *exprState)
 
bool operator!= (Lattice *that)
 
bool operator== (Lattice &that)
 
bool operator!= (Lattice &that)
 

Static Public Attributes

static const int uninitialized =0
 
static const int noAssign =bottom
 
static const int constVal =valKnown
 
static const int multVal =top
 

Constructor & Destructor Documentation

◆ nodeConstLattice() [1/2]

nodeConstLattice::nodeConstLattice ( )
inline

Definition at line 58 of file nodeConstAnalysis.h.

◆ nodeConstLattice() [2/2]

nodeConstLattice::nodeConstLattice ( const nodeConstLattice that)
inline

Definition at line 65 of file nodeConstAnalysis.h.

Member Function Documentation

◆ initialize()

void nodeConstLattice::initialize ( )
inlinevirtual

Implements Lattice.

Definition at line 72 of file nodeConstAnalysis.h.

◆ copy() [1/2]

Lattice * nodeConstLattice::copy ( ) const
virtual

Implements Lattice.

◆ copy() [2/2]

void nodeConstLattice::copy ( Lattice that)
virtual

Implements Lattice.

◆ meetUpdate()

bool nodeConstLattice::meetUpdate ( Lattice that)
virtual

Implements Lattice.

◆ operator==()

bool nodeConstLattice::operator== ( Lattice that)
virtual

Implements Lattice.

◆ str()

std::string nodeConstLattice::str ( std::string  indent = "")
virtual

Implements printable.

Member Data Documentation

◆ uninitialized

const int nodeConstLattice::uninitialized =0
static

Definition at line 34 of file nodeConstAnalysis.h.

◆ noAssign

const int nodeConstLattice::noAssign =bottom
static

Definition at line 48 of file nodeConstAnalysis.h.

◆ constVal

const int nodeConstLattice::constVal =valKnown
static

Definition at line 49 of file nodeConstAnalysis.h.

◆ multVal

const int nodeConstLattice::multVal =top
static

Definition at line 50 of file nodeConstAnalysis.h.


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