#include <include/visitor.h>
Inheritance diagram for TempToLocalMapper:
Definition at line 580 of file visitor.h.
Public Member Functions | |
TempToLocalMapper (UserProc *p) | |
bool | visit (Location *e, bool &override) |
Private Attributes | |
UserProc * | proc |
|
|
|
Reimplemented from ExpVisitor. Definition at line 770 of file visitor.cpp. References Unary::getSubExp1(), UserProc::getSymbolExp(), Type::getTempType(), Exp::isTemp(), and proc. |
|
Definition at line 581 of file visitor.h. Referenced by visit(). |