|
clang
3.8.0
|
#include <WorkList.h>
Public Member Functions | |
| WorkListUnit (ExplodedNode *N, BlockCounter C, const CFGBlock *B, unsigned idx) | |
| WorkListUnit (ExplodedNode *N, BlockCounter C) | |
| ExplodedNode * | getNode () const |
| Returns the node associated with the worklist unit. More... | |
| BlockCounter | getBlockCounter () const |
| Returns the block counter map associated with the worklist unit. More... | |
| const CFGBlock * | getBlock () const |
| Returns the CFGblock associated with the worklist unit. More... | |
| unsigned | getIndex () const |
| Return the index within the CFGBlock for the worklist unit. More... | |
Definition at line 28 of file WorkList.h.
|
inline |
Definition at line 35 of file WorkList.h.
|
inlineexplicit |
Definition at line 42 of file WorkList.h.
|
inline |
Returns the CFGblock associated with the worklist unit.
Definition at line 55 of file WorkList.h.
Referenced by clang::ento::CoreEngine::dispatchWorkItem().
|
inline |
Returns the block counter map associated with the worklist unit.
Definition at line 52 of file WorkList.h.
Referenced by clang::ento::CoreEngine::ExecuteWorkList().
|
inline |
Return the index within the CFGBlock for the worklist unit.
Definition at line 58 of file WorkList.h.
Referenced by clang::ento::CoreEngine::dispatchWorkItem().
|
inline |
Returns the node associated with the worklist unit.
Definition at line 49 of file WorkList.h.
Referenced by clang::ento::CoreEngine::ExecuteWorkList().
1.8.6