|
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 377 of file SVFStatements.h.
|
inline |
get array size of the allocated memory
Definition at line 409 of file SVFStatements.h.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 390 of file SVFStatements.h.
|
inlinestatic |
Definition at line 398 of file SVFStatements.h.
Definition at line 394 of file SVFStatements.h.
Definition at line 415 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 420 of file SVFStatements.h.
|
overridevirtual |
Implements SVF::AssignStmt.
Definition at line 84 of file SVFStatements.cpp.
Definition at line 379 of file SVFStatements.h.
|
private |
Array size of the allocated memory.
Definition at line 385 of file SVFStatements.h.