Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp111 << (Eng.wasBlocksExhausted() ? "yes" : "no") in checkEndAnalysis()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h305 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() function
DCoreEngine.h142 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } in wasBlocksExhausted() function
143 bool hasWorkRemaining() const { return wasBlocksExhausted() || in hasWorkRemaining()