|
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 695 of file SVFStatements.h.
| RetPE::RetPE | ( | SVFVar * | s, |
| SVFVar * | d, | ||
| const CallICFGNode * | i, | ||
| const FunExitICFGNode * | e, | ||
| GEdgeKind | k = SVFStmt::Ret |
||
| ) |
constructor
Definition at line 516 of file SVFStatements.cpp.
|
inlinestatic |
Definition at line 718 of file SVFStatements.h.
the function exit statement returned from
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 709 of file SVFStatements.h.
Definition at line 713 of file SVFStatements.h.
|
inline |
Get method for call instruction at caller.
Definition at line 731 of file SVFStatements.h.
|
inline |
Definition at line 735 of file SVFStatements.h.
Definition at line 405 of file SVFStatements.cpp.
|
inline |
Definition at line 739 of file SVFStatements.h.
Definition at line 397 of file SVFStatements.cpp.
Definition at line 393 of file SVFStatements.cpp.
Definition at line 401 of file SVFStatements.cpp.
|
overridevirtual |
Implements SVF::AssignStmt.
Reimplemented in SVF::TDJoinPE.
Definition at line 261 of file SVFStatements.cpp.
Definition at line 697 of file SVFStatements.h.
|
private |
Definition at line 703 of file SVFStatements.h.
|
private |
the callsite statement returning to
Definition at line 704 of file SVFStatements.h.