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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp110 << (Eng.wasBlocksExhausted() ? "yes" : "no")
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h160 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } function in class:clang::ento::CoreEngine
161 bool hasWorkRemaining() const { return wasBlocksExhausted() ||
H A DExprEngine.h404 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } function in class:clang::ento::ExprEngine

Completed in 122 milliseconds