Static Value-Flow Analysis
|
#include <SVFStatements.h>
Static Public Member Functions | |
static bool | classof (const CallPE *) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static bool | classof (const SVFStmt *edge) |
static bool | classof (const GenericPAGEdgeTy *edge) |
Static Public Member Functions inherited from SVF::AssignStmt | |
static bool | classof (const AssignStmt *) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static bool | classof (const SVFStmt *edge) |
static bool | classof (const GenericPAGEdgeTy *edge) |
Static Public Member Functions inherited from SVF::SVFStmt | |
static bool | classof (const SVFStmt *) |
ClassOf. | |
static bool | classof (const GenericPAGEdgeTy *edge) |
static GEdgeFlag | makeEdgeFlagWithAddionalOpnd (GEdgeKind k, const SVFVar *var) |
static GEdgeFlag | makeEdgeFlagWithCallInst (GEdgeKind k, const ICFGNode *cs) |
static GEdgeFlag | makeEdgeFlagWithStoreInst (GEdgeKind k, const ICFGNode *store) |
Protected Member Functions | |
CallPE (GEdgeFlag k=SVFStmt::Call) | |
the function exit statement calling to | |
Protected Member Functions inherited from SVF::AssignStmt | |
AssignStmt (SVFVar *s, SVFVar *d, GEdgeFlag k) | |
constructor | |
AssignStmt (GEdgeFlag k) | |
Constructor to create empty AssignStmt (for SVFIRReader/serialization) | |
Protected Member Functions inherited from SVF::SVFStmt | |
SVFStmt (GEdgeFlag k) | |
Private constructor for reading SVFIR from file without side-effect. | |
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 | SVFIRWriter |
class | SVFIRReader |
Call
Definition at line 611 of file SVFStatements.h.
|
inlineprotected |
the function exit statement calling to
Constructs empty CallPE (for SVFIRReader/serialization)
Definition at line 624 of file SVFStatements.h.
CallPE::CallPE | ( | SVFVar * | s, |
SVFVar * | d, | ||
const CallICFGNode * | i, | ||
const FunEntryICFGNode * | e, | ||
GEdgeKind | k = SVFStmt::Call |
||
) |
constructor
Definition at line 333 of file SVFStatements.cpp.
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 629 of file SVFStatements.h.
|
inlinestatic |
Definition at line 638 of file SVFStatements.h.
Definition at line 633 of file SVFStatements.h.
|
inline |
Get method for the call instruction.
Definition at line 651 of file SVFStatements.h.
|
inline |
Definition at line 655 of file SVFStatements.h.
|
inline |
Definition at line 659 of file SVFStatements.h.
|
overridevirtual |
Implements SVF::AssignStmt.
Reimplemented in SVF::TDForkPE.
Definition at line 231 of file SVFStatements.cpp.
|
friend |
Definition at line 614 of file SVFStatements.h.
|
friend |
Definition at line 613 of file SVFStatements.h.
|
private |
Definition at line 620 of file SVFStatements.h.
|
private |
the callsite statement calling from
Definition at line 621 of file SVFStatements.h.