|
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 381 of file SVFStatements.h.
|
inline |
get array size of the allocated memory
Definition at line 413 of file SVFStatements.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 394 of file SVFStatements.h.
|
inlinestatic |
Definition at line 402 of file SVFStatements.h.
Definition at line 398 of file SVFStatements.h.
Definition at line 419 of file SVFStatements.h.
Definition at line 305 of file SVFStatements.cpp.
Definition at line 297 of file SVFStatements.cpp.
Definition at line 293 of file SVFStatements.cpp.
Definition at line 301 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 424 of file SVFStatements.h.
|
overridevirtual |
Implements SVF::AssignStmt.
Definition at line 84 of file SVFStatements.cpp.
Definition at line 383 of file SVFStatements.h.
|
private |
Array size of the allocated memory.
Definition at line 389 of file SVFStatements.h.