ROSE 0.11.145.141
|
Predicate for non-written cells.
Returns true if a cell has no writers.
Definition at line 65 of file MemoryCell.h.
#include <Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/MemoryCell.h>
Public Member Functions | |
virtual bool | operator() (const MemoryCellPtr &) override |
Invoked for some cell. | |
|
overridevirtual |
Invoked for some cell.
The predicate must not modify the cell.
Implements Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::MemoryCell::Predicate.