clang 20.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/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. | |
BlockCounter | getBlockCounter () const |
Returns the block counter map associated with the worklist unit. | |
const CFGBlock * | getBlock () const |
Returns the CFGblock associated with the worklist unit. | |
unsigned | getIndex () const |
Return the index within the CFGBlock for the worklist unit. | |
Definition at line 27 of file WorkList.h.
|
inline |
Definition at line 34 of file WorkList.h.
References blockIdx.
|
inlineexplicit |
Definition at line 41 of file WorkList.h.
References blockIdx.
|
inline |
Returns the CFGblock associated with the worklist unit.
Definition at line 54 of file WorkList.h.
Referenced by clang::ento::CoreEngine::dispatchWorkItem().
|
inline |
Returns the block counter map associated with the worklist unit.
Definition at line 51 of file WorkList.h.
Referenced by clang::ento::CoreEngine::ExecuteWorkList().
|
inline |
Return the index within the CFGBlock for the worklist unit.
Definition at line 57 of file WorkList.h.
References blockIdx.
Referenced by clang::ento::CoreEngine::dispatchWorkItem().
|
inline |
Returns the node associated with the worklist unit.
Definition at line 48 of file WorkList.h.
Referenced by clang::ento::CoreEngine::ExecuteWorkList().