OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
144
WList->
hasWork
() ||
ExprEngine.h
308
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
bool
hasWork
() const override {
74
bool
hasWork
() const override {
112
bool
hasWork
() const override {
203
while (WList->
hasWork
()) {
225
return WList->
hasWork
();
Completed in 222 milliseconds