#include <include/visitor.h>
Inheritance diagram for MemDepthFinder:
Definition at line 538 of file visitor.h.
Public Member Functions | |
int | getDepth () |
MemDepthFinder () | |
virtual bool | visit (Location *e, bool &override) |
Private Attributes | |
int | depth |
|
|
|
Definition at line 543 of file visitor.h. References depth. Referenced by Exp::getMemDepth(). |
|
Reimplemented from ExpVisitor. Definition at line 700 of file visitor.cpp. References depth, and Exp::isMemOf(). |
|
Definition at line 539 of file visitor.h. Referenced by getDepth(), and visit(). |