#include <include/visitor.h>
Inheritance diagram for BadMemofFinder:
Definition at line 642 of file visitor.h.
Public Member Functions | |
BadMemofFinder (UserProc *proc) | |
bool | isFound () |
Private Member Functions | |
virtual bool | visit (RefExp *e, bool &override) |
virtual bool | visit (Location *e, bool &override) |
Private Attributes | |
bool | found |
UserProc * | proc |
|
|
|
Definition at line 647 of file visitor.h. References found. Referenced by Exp::containsBadMemof(). |
|
Reimplemented from ExpVisitor. Definition at line 881 of file visitor.cpp. References addr(), found, Unary::getSubExp1(), Exp::isMemOf(), UserProc::lookupSym(), NULL, and proc. |
|
Reimplemented from ExpVisitor. Definition at line 872 of file visitor.cpp. References found, and Exp::isMemOf(). |
|
|
|
Definition at line 644 of file visitor.h. Referenced by visit(). |