Home
last modified time | relevance | path

Searched refs:wasBlocksExhausted (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp111 << (Eng.wasBlocksExhausted() ? "yes" : "no") in checkEndAnalysis()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h274 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() function
DCoreEngine.h138 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } in wasBlocksExhausted() function
139 bool hasWorkRemaining() const { return wasBlocksExhausted() || in hasWorkRemaining()