|
ROSE
0.11.87.0
|
An interval analysis semantic domain.
Classes | |
| class | MemoryState |
| Byte-addressable memory. More... | |
| class | RiscOperators |
| RISC operators for interval domains. More... | |
| class | SValue |
| Type of values manipulated by the IntervalSemantics domain. More... | |
Typedefs | |
| typedef Sawyer::Container::Interval< uint64_t > | Interval |
| typedef Sawyer::Container::IntervalSet< Interval > | Intervals |
| Set of intervals. More... | |
| typedef Sawyer::SharedPointer< class SValue > | SValuePtr |
| Shared-ownership pointer to an interval semantic value. More... | |
| typedef BaseSemantics::RegisterStateGeneric | RegisterState |
| typedef BaseSemantics::RegisterStateGenericPtr | RegisterStateGenericPtr |
| typedef boost::shared_ptr< class MemoryState > | MemoryStatePtr |
| Shared-ownership pointer to an interval memory state. More... | |
| typedef BaseSemantics::State | State |
| typedef BaseSemantics::StatePtr | StatePtr |
| typedef boost::shared_ptr< class RiscOperators > | RiscOperatorsPtr |
| Shared-ownership pointer to interval RISC operations. More... | |
| typedef Sawyer::Container::IntervalSet<Interval> Rose::BinaryAnalysis::InstructionSemantics2::IntervalSemantics::Intervals |
Set of intervals.
Definition at line 28 of file IntervalSemantics.h.
| typedef Sawyer::SharedPointer<class SValue> Rose::BinaryAnalysis::InstructionSemantics2::IntervalSemantics::SValuePtr |
Shared-ownership pointer to an interval semantic value.
See Shared ownership.
Definition at line 35 of file IntervalSemantics.h.
| typedef boost::shared_ptr<class MemoryState> Rose::BinaryAnalysis::InstructionSemantics2::IntervalSemantics::MemoryStatePtr |
Shared-ownership pointer to an interval memory state.
See Shared ownership.
Definition at line 249 of file IntervalSemantics.h.
| typedef boost::shared_ptr<class RiscOperators> Rose::BinaryAnalysis::InstructionSemantics2::IntervalSemantics::RiscOperatorsPtr |
Shared-ownership pointer to interval RISC operations.
See Shared ownership.
Definition at line 349 of file IntervalSemantics.h.
1.8.10