|
ROSE 0.11.145.354
|
Definition at line 22 of file sgnAnalysis.h.


Public Types | |
| enum | sgnLevels { uninitialized , bottom , eqZero , sgnKnown , top } |
| enum | sgnStates { unknown , posZero , negZero } |
Public Member Functions | |
| SgnLattice (const SgnLattice &that) | |
| SgnLattice (long val) | |
| void | initialize () |
| Lattice * | copy () const |
| void | copy (Lattice *that) |
| bool | copyMod (Lattice *that_arg) |
| bool | meetUpdate (Lattice *that) |
| bool | operator== (Lattice *that) |
| sgnStates | getSgnState () const |
| sgnLevels | getLevel () const |
| bool | setBot () |
| bool | setEqZero () |
| bool | setSgnKnown (sgnStates sgnState) |
| bool | set (int val) |
| bool | setTop () |
| bool | plus (long increment) |
| bool | plus (const SgnLattice &that) |
| bool | minus (long increment) |
| bool | minus (const SgnLattice &that) |
| bool | negate () |
| bool | multdiv (long multiplier) |
| bool | multdiv (const SgnLattice &that) |
| bool | complexOp (const SgnLattice &that) |
| string | str (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 Lattice * | project (SgExpression *) |
| virtual bool | unProject (SgExpression *, Lattice *exprState) |
| bool | operator!= (Lattice *that) |
| bool | operator== (Lattice &that) |
| bool | operator!= (Lattice &that) |
| enum SgnLattice::sgnLevels |
Definition at line 27 of file sgnAnalysis.h.
| enum SgnLattice::sgnStates |
Definition at line 40 of file sgnAnalysis.h.
|
inline |
Definition at line 58 of file sgnAnalysis.h.
|
inline |
Definition at line 64 of file sgnAnalysis.h.
|
inline |
Definition at line 70 of file sgnAnalysis.h.
|
inlinevirtual |
Implements Lattice.
Definition at line 82 of file sgnAnalysis.h.
|
virtual |
Implements printable.