ROSE 0.11.145.147
|
Trivial path feasibility predicate.
This path feasibility predicate always returns true. This causes the data-flow to be path insensitive and always follow all edges when propagating states along edges.
Definition at line 249 of file DataFlow.h.
#include <Rose/BinaryAnalysis/DataFlow.h>
Public Member Functions | |
bool | operator() (const CFG &, const typename CFG::Edge &, const State &, const State &) |
|
inline |
Definition at line 251 of file DataFlow.h.