Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp40 bool hasWork() const override { in hasWork() function in __anon126612d90111::DFS
60 bool hasWork() const override { in hasWork() function in __anon126612d90111::BFS
96 bool hasWork() const override { in hasWork() function in __anon126612d90211::BFSBlockDFSContents
145 bool hasWork() const override { in hasWork() function in __anon126612d90311::UnexploredFirstStack
226 bool hasWork() const override { in hasWork() function in __anon126612d90411::UnexploredFirstPriorityQueue
288 bool hasWork() const override { in hasWork() function in __anon126612d90511::UnexploredFirstPriorityLocationQueue
H A DCoreEngine.cpp128 while (WList->hasWork()) { in ExecuteWorkList()
150 return WList->hasWork(); in ExecuteWorkList()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h64 virtual bool hasWork() const = 0;
H A DCoreEngine.h162 WList->hasWork() || in hasWorkRemaining()
H A DExprEngine.h436 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList()