#include <include/visitor.h>
Inheritance diagram for SetConscripts:
Definition at line 116 of file visitor.h.
Public Member Functions | |
int | getLast () |
SetConscripts (int n, bool bClear) | |
virtual bool | visit (Binary *b, bool &override) |
virtual bool | visit (Location *e, bool &override) |
virtual bool | visit (Const *e) |
Private Attributes | |
bool | bClear |
bool | bInLocalGlobal |
int | curConscript |
|
Definition at line 121 of file visitor.h. References curConscript. |
|
Definition at line 122 of file visitor.h. References curConscript. Referenced by StmtConscriptSetter::visit(). |
|
Reimplemented from ExpVisitor. Definition at line 63 of file visitor.cpp. References bInLocalGlobal, Exp::getOper(), and opSize. |
|
Reimplemented from ExpVisitor. Definition at line 55 of file visitor.cpp. References bInLocalGlobal, Exp::getOper(), opGlobal, opLocal, opParam, and opRegOf. |
|
Reimplemented from ExpVisitor. Definition at line 44 of file visitor.cpp. References bClear, bInLocalGlobal, curConscript, and Const::setConscript(). |
|
Definition at line 119 of file visitor.h. Referenced by visit(). |
|
Definition at line 118 of file visitor.h. Referenced by visit(). |
|
Definition at line 117 of file visitor.h. Referenced by getLast(), SetConscripts(), and visit(). |