|
Static Value-Flow Analysis
|
#include <SVFStatements.h>
Private Member Functions | |
| CallPE (const CallPE &) | |
| place holder | |
| void | operator= (const CallPE &) |
| place holder | |
Private Attributes | |
| const CallICFGNode * | call |
| const FunEntryICFGNode * | entry |
| the callsite statement calling from | |
Friends | |
| class | GraphDBClient |
Call
Definition at line 672 of file SVFStatements.h.
| CallPE::CallPE | ( | SVFVar * | s, |
| SVFVar * | d, | ||
| const CallICFGNode * | i, | ||
| const FunEntryICFGNode * | e, | ||
| GEdgeKind | k = SVFStmt::Call |
||
| ) |
constructor
Definition at line 343 of file SVFStatements.cpp.
the function exit statement calling to
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 686 of file SVFStatements.h.
|
inlinestatic |
Definition at line 695 of file SVFStatements.h.
Definition at line 690 of file SVFStatements.h.
|
inline |
Get method for the call instruction.
Definition at line 708 of file SVFStatements.h.
|
inline |
Definition at line 712 of file SVFStatements.h.
|
inline |
Definition at line 716 of file SVFStatements.h.
|
overridevirtual |
Implements SVF::AssignStmt.
Reimplemented in SVF::TDForkPE.
Definition at line 241 of file SVFStatements.cpp.
Definition at line 674 of file SVFStatements.h.
|
private |
Definition at line 680 of file SVFStatements.h.
|
private |
the callsite statement calling from
Definition at line 681 of file SVFStatements.h.