Home
last modified time | relevance | path

Searched refs:hasWork (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp40 bool hasWork() const override { in hasWork() function in __anond1e6f8ae0111::DFS
60 bool hasWork() const override { in hasWork() function in __anond1e6f8ae0111::BFS
96 bool hasWork() const override { in hasWork() function in __anond1e6f8ae0211::BFSBlockDFSContents
145 bool hasWork() const override { in hasWork() function in __anond1e6f8ae0311::UnexploredFirstStack
220 bool hasWork() const override { in hasWork() function in __anond1e6f8ae0411::UnexploredFirstPriorityQueue
276 bool hasWork() const override { in hasWork() function in __anond1e6f8ae0511::UnexploredFirstPriorityLocationQueue
H A DCoreEngine.cpp140 while (WList->hasWork()) { in ExecuteWorkList()
179 return WList->hasWork(); in ExecuteWorkList()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h64 virtual bool hasWork() const = 0;
H A DCoreEngine.h161 WList->hasWork() || in hasWorkRemaining()
H A DExprEngine.h430 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList()