#include <include/visitor.h>
Inheritance diagram for ConstGlobalConverter:
Definition at line 606 of file visitor.h.
Public Member Functions | |
ConstGlobalConverter (Prog *pg) | |
virtual Exp * | preVisit (RefExp *e, bool &recur) |
Private Attributes | |
Prog * | prog |
|
|
|
Reimplemented from ExpModifier. Definition at line 812 of file visitor.cpp. References addr(), RefExp::getDef(), Prog::getGlobalAddr(), Unary::getSubExp1(), Exp::isGlobal(), Statement::isImplicit(), Exp::isMemOf(), NULL, prog, and Prog::readNative4(). |
|
Definition at line 607 of file visitor.h. Referenced by preVisit(). |