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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h65 virtual bool hasWork() const = 0;
H A DExprEngine.h304 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }
H A DCoreEngine.h144 WList->hasWork() ||
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp66 bool hasWork() const { return !WList.empty(); } function in class:__anon16492::WalkAST
88 while (hasWork()) {
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp46 virtual bool hasWork() const { function in class:__anon16508::DFS
74 virtual bool hasWork() const { function in class:__anon16508::BFS
112 virtual bool hasWork() const { function in class:__anon16509::BFSBlockDFSContents
203 while (WList->hasWork()) {
225 return WList->hasWork();

Completed in 143 milliseconds