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 67 virtual bool hasWork() const = 0;
CoreEngine.h 150 WList->hasWork() ||
ExprEngine.h 251 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 65 bool hasWork() const { return !WList.empty(); }
87 while (hasWork()) {
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 44 virtual bool hasWork() const {
72 virtual bool hasWork() const {
110 virtual bool hasWork() const {
201 while (WList->hasWork()) {
221 return WList->hasWork();

Completed in 1651 milliseconds