|
Static Value-Flow Analysis
|
#include <SVFStatements.h>
Private Member Functions | |
| RetPE (const RetPE &) | |
| place holder | |
| void | operator= (const RetPE &) |
| place holder | |
Private Attributes | |
| const CallICFGNode * | call |
| const FunExitICFGNode * | exit |
| the callsite statement returning to | |
Friends | |
| class | GraphDBClient |
Return
Definition at line 728 of file SVFStatements.h.
| RetPE::RetPE | ( | SVFVar * | s, |
| SVFVar * | d, | ||
| const CallICFGNode * | i, | ||
| const FunExitICFGNode * | e, | ||
| GEdgeKind | k = SVFStmt::Ret |
||
| ) |
constructor
Definition at line 350 of file SVFStatements.cpp.
|
inlinestatic |
Definition at line 751 of file SVFStatements.h.
the function exit statement returned from
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 742 of file SVFStatements.h.
Definition at line 746 of file SVFStatements.h.
|
inline |
Get method for call instruction at caller.
Definition at line 764 of file SVFStatements.h.
|
inline |
Definition at line 768 of file SVFStatements.h.
|
inline |
Definition at line 772 of file SVFStatements.h.
|
overridevirtual |
Implements SVF::AssignStmt.
Reimplemented in SVF::TDJoinPE.
Definition at line 254 of file SVFStatements.cpp.
Definition at line 730 of file SVFStatements.h.
|
private |
Definition at line 736 of file SVFStatements.h.
|
private |
the callsite statement returning to
Definition at line 737 of file SVFStatements.h.