#include <include/visitor.h>
Inheritance diagram for ExpRegMapper:
Definition at line 588 of file visitor.h.
Public Member Functions | |
ExpRegMapper (UserProc *proc) | |
bool | visit (RefExp *e, bool &override) |
Private Attributes | |
UserProc * | proc |
Prog * | prog |
|
Definition at line 782 of file visitor.cpp. References Proc::getProg(), proc, and prog. |
|
Reimplemented from ExpVisitor. Definition at line 788 of file visitor.cpp. References UserProc::checkLocalFor(), Unary::getSubExp1(), UserProc::isLocalOrParamPattern(), Exp::isRegOf(), and proc. |
|
Definition at line 589 of file visitor.h. Referenced by ExpRegMapper(), and visit(). |
|
Definition at line 590 of file visitor.h. Referenced by ExpRegMapper(). |