|
Static Value-Flow Analysis
|
#include <SVFStatements.h>
Private Member Functions | |
| AddrStmt (const AddrStmt &) | |
| place holder | |
| void | operator= (const AddrStmt &) |
| place holder | |
Private Attributes | |
| std::vector< SVFVar * > | arrSize |
| Array size of the allocated memory. | |
Friends | |
| class | GraphDBClient |
Address statement (memory allocations)
Definition at line 378 of file SVFStatements.h.
|
inline |
get array size of the allocated memory
Definition at line 410 of file SVFStatements.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 391 of file SVFStatements.h.
|
inlinestatic |
Definition at line 399 of file SVFStatements.h.
Definition at line 395 of file SVFStatements.h.
Definition at line 416 of file SVFStatements.h.
Definition at line 319 of file SVFStatements.cpp.
Definition at line 311 of file SVFStatements.cpp.
Definition at line 307 of file SVFStatements.cpp.
Definition at line 315 of file SVFStatements.cpp.
Whether src and dst nodes are both of pointer type.
Whether src and dst nodes are both pointer type
Reimplemented from SVF::SVFStmt.
Definition at line 421 of file SVFStatements.h.
|
overridevirtual |
Implements SVF::AssignStmt.
Definition at line 84 of file SVFStatements.cpp.
Definition at line 380 of file SVFStatements.h.
|
private |
Array size of the allocated memory.
Definition at line 386 of file SVFStatements.h.