Home
last modified time | relevance | path

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

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