Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp40 bool hasWork() const override { in hasWork() function in __anonff96a6e20111::DFS
60 bool hasWork() const override { in hasWork() function in __anonff96a6e20111::BFS
96 bool hasWork() const override { in hasWork() function in __anonff96a6e20211::BFSBlockDFSContents
145 bool hasWork() const override { in hasWork() function in __anonff96a6e20311::UnexploredFirstStack
226 bool hasWork() const override { in hasWork() function in __anonff96a6e20411::UnexploredFirstPriorityQueue
288 bool hasWork() const override { in hasWork() function in __anonff96a6e20511::UnexploredFirstPriorityLocationQueue
H A DCoreEngine.cpp128 while (WList->hasWork()) { in ExecuteWorkList()
150 return WList->hasWork(); in ExecuteWorkList()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h64 virtual bool hasWork() const = 0;
H A DCoreEngine.h163 WList->hasWork() || in hasWorkRemaining()
H A DExprEngine.h435 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList()