Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp106 << (Eng.wasBlocksExhausted() ? "yes" : "no") in checkEndAnalysis()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h161 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } in wasBlocksExhausted() function
162 bool hasWorkRemaining() const { return wasBlocksExhausted() || in hasWorkRemaining()
H A DExprEngine.h437 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() function