#include "clang/StaticAnalyzer/Core/PathSensitive/WorkList.h"
Definition at line 61 of file WorkList.h.
◆ ~WorkList()
◆ dequeue()
◆ enqueue() [1/3]
virtual void clang::ento::WorkList::enqueue |
( |
const WorkListUnit & |
U | ) |
|
|
pure virtual |
◆ enqueue() [2/3]
◆ enqueue() [3/3]
◆ getBlockCounter()
BlockCounter clang::ento::WorkList::getBlockCounter |
( |
| ) |
const |
|
inline |
◆ hasWork()
virtual bool clang::ento::WorkList::hasWork |
( |
| ) |
const |
|
pure virtual |
◆ makeBFS()
◆ makeBFSBlockDFSContents()
WorkList * WorkList::makeBFSBlockDFSContents |
( |
| ) |
|
|
static |
◆ makeDFS()
◆ setBlockCounter()
void clang::ento::WorkList::setBlockCounter |
( |
BlockCounter |
C | ) |
|
|
inline |
◆ visitItemsInWorkList()
virtual bool clang::ento::WorkList::visitItemsInWorkList |
( |
Visitor & |
V | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: