ROSE
0.9.6a
|
#include <latticeFull.h>
Public Member Functions | |
IntMaxLattice () | |
IntMaxLattice (int state) | |
void | initialize () |
Lattice * | copy () const |
void | copy (Lattice *that) |
bool | meetUpdate (Lattice *that) |
bool | operator== (Lattice *that) |
bool | widenUpdate (InfiniteLattice *that) |
int | get () const |
bool | set (int state) |
bool | incr (int increment) |
bool | maximum (int value) |
std::string | str (std::string indent="") |
Public Member Functions inherited from InfiniteLattice | |
bool | finiteLattice () |
Check if this lattice is finite or not. More... | |
Public Member Functions inherited from Lattice | |
virtual void | remapVars (const std::map< varID, varID > &varNameMap, const Function &newFunc) |
virtual void | incorporateVars (Lattice *that) |
virtual Lattice * | project (SgExpression *expr) |
virtual bool | unProject (SgExpression *expr, Lattice *exprState) |
bool | operator!= (Lattice *that) |
bool | operator== (Lattice &that) |
bool | operator!= (Lattice &that) |
Public Member Functions inherited from printable | |
virtual | ~printable () |
Static Public Attributes | |
static const int | infinity |
Private Attributes | |
int | state |
Definition at line 78 of file latticeFull.h.
|
inline |
Definition at line 85 of file latticeFull.h.
References state.
|
inline |
Definition at line 90 of file latticeFull.h.
References state.
|
inlinevirtual |
|
virtual |
Implements InfiniteLattice.
int IntMaxLattice::get | ( | ) | const |
bool IntMaxLattice::set | ( | int | state) |
bool IntMaxLattice::incr | ( | int | increment) |
bool IntMaxLattice::maximum | ( | int | value) |
|
virtual |
Implements printable.
|
private |
Definition at line 80 of file latticeFull.h.
Referenced by initialize(), and IntMaxLattice().
|
static |
Definition at line 83 of file latticeFull.h.