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 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 157 milliseconds