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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp111 << (Eng.wasBlocksExhausted() ? "yes" : "no")
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h142 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } function in class:clang::ento::CoreEngine
143 bool hasWorkRemaining() const { return wasBlocksExhausted() ||
H A DExprEngine.h307 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } function in class:clang::ento::ExprEngine

Completed in 80 milliseconds