Definition at line 157 of file virtualCFG.h.
◆ CFGPath() [1/3]
VirtualCFG::CFGPath::CFGPath |
( |
CFGEdge |
e | ) |
|
|
inline |
◆ CFGPath() [2/3]
◆ CFGPath() [3/3]
VirtualCFG::CFGPath::CFGPath |
( |
| ) |
|
|
inline |
◆ source()
CFGNode VirtualCFG::CFGPath::source |
( |
| ) |
const |
|
inline |
◆ target()
CFGNode VirtualCFG::CFGPath::target |
( |
| ) |
const |
|
inline |
◆ condition()
EdgeConditionKind VirtualCFG::CFGPath::condition |
( |
| ) |
const |
|
inline |
◆ caseLabel()
◆ conditionBasedOn()
SgExpression * VirtualCFG::CFGPath::conditionBasedOn |
( |
| ) |
const |
|
inline |
◆ scopesBeingExited()
◆ scopesBeingEntered()
◆ operator==()
bool VirtualCFG::CFGPath::operator== |
( |
const CFGPath & |
o | ) |
const |
|
inline |
◆ operator!=()
bool VirtualCFG::CFGPath::operator!= |
( |
const CFGPath & |
o | ) |
const |
|
inline |
◆ operator<()
bool VirtualCFG::CFGPath::operator< |
( |
const CFGPath & |
o | ) |
const |
|
inline |
An arbitrary order, so we can use this in std::set and std::map.
Definition at line 226 of file virtualCFG.h.
◆ getEdges()
const std::vector< CFGEdge > & VirtualCFG::CFGPath::getEdges |
( |
| ) |
const |
|
inline |
Returns the edges in the path, starting at the source and ending at the target.
Definition at line 239 of file virtualCFG.h.
The documentation for this class was generated from the following file: