|
Static Value-Flow Analysis
|
#include <SVFStatements.h>
Private Member Functions | |
| SelectStmt (const SelectStmt &) | |
| place holder | |
| void | operator= (const SelectStmt &) |
| place holder | |
Private Attributes | |
| const SVFVar * | condition |
Friends | |
| class | GraphDBClient |
Select statement (e.g., p ? q: r which receives values from variables q and r based on condition p)
Definition at line 988 of file SVFStatements.h.
|
private |
place holder
constructor
Definition at line 536 of file SVFStatements.cpp.
|
inlinestatic |
Definition at line 1012 of file SVFStatements.h.
|
inlinestatic |
Definition at line 1008 of file SVFStatements.h.
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 1000 of file SVFStatements.h.
Definition at line 1004 of file SVFStatements.h.
Definition at line 1022 of file SVFStatements.h.
Definition at line 1030 of file SVFStatements.h.
Definition at line 1026 of file SVFStatements.h.
|
private |
place holder
|
overridevirtual |
Reimplemented from SVF::SVFStmt.
Definition at line 126 of file SVFStatements.cpp.
Definition at line 990 of file SVFStatements.h.
Definition at line 995 of file SVFStatements.h.