HomeSort by relevance Sort by last modified time
    Searched refs:hasWork (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 65 virtual bool hasWork() const = 0;
CoreEngine.h 140 WList->hasWork() ||
ExprEngine.h 295 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 66 bool hasWork() const { return !WList.empty(); }
88 while (hasWork()) {
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 46 virtual bool hasWork() const {
74 virtual bool hasWork() const {
112 virtual bool hasWork() const {
203 while (WList->hasWork()) {
225 return WList->hasWork();

Completed in 202 milliseconds