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

  /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 27 milliseconds