#include "clang/StaticAnalyzer/Core/PathSensitive/WorkList.h"
Definition at line 60 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()
std::unique_ptr< WorkList > WorkList::makeBFS |
( |
| ) |
|
|
static |
◆ makeBFSBlockDFSContents()
std::unique_ptr< WorkList > WorkList::makeBFSBlockDFSContents |
( |
| ) |
|
|
static |
◆ makeDFS()
std::unique_ptr< WorkList > WorkList::makeDFS |
( |
| ) |
|
|
static |
◆ makeUnexploredFirst()
std::unique_ptr< WorkList > WorkList::makeUnexploredFirst |
( |
| ) |
|
|
static |
◆ makeUnexploredFirstPriorityLocationQueue()
std::unique_ptr< WorkList > WorkList::makeUnexploredFirstPriorityLocationQueue |
( |
| ) |
|
|
static |
◆ makeUnexploredFirstPriorityQueue()
std::unique_ptr< WorkList > WorkList::makeUnexploredFirstPriorityQueue |
( |
| ) |
|
|
static |
◆ setBlockCounter()
void clang::ento::WorkList::setBlockCounter |
( |
BlockCounter |
C | ) |
|
|
inline |
The documentation for this class was generated from the following files: