|
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 379 of file SVFStatements.h.
|
inline |
get array size of the allocated memory
Definition at line 411 of file SVFStatements.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 392 of file SVFStatements.h.
|
inlinestatic |
Definition at line 400 of file SVFStatements.h.
Definition at line 396 of file SVFStatements.h.
Definition at line 417 of file SVFStatements.h.
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 422 of file SVFStatements.h.
|
overridevirtual |
Implements SVF::AssignStmt.
Definition at line 84 of file SVFStatements.cpp.
Definition at line 381 of file SVFStatements.h.
|
private |
Array size of the allocated memory.
Definition at line 387 of file SVFStatements.h.