Home
last modified time | relevance | path

Searched defs:wasBlocksExhausted (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h437 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } wasBlocksExhausted() function
H A DCoreEngine.h165 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } wasBlocksExhausted() function