#include <include/visitor.h>
Inheritance diagram for FlagsFinder:
Definition at line 631 of file visitor.h.
Public Member Functions | |
FlagsFinder () | |
bool | isFound () |
Private Member Functions | |
virtual bool | visit (Binary *e, bool &override) |
Private Attributes | |
bool | found |
|
|
|
Definition at line 635 of file visitor.h. References found. Referenced by Exp::containsFlags(). |
|
Reimplemented from ExpVisitor. Definition at line 862 of file visitor.cpp. References found, and Exp::isFlagCall(). |
|
|