Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h435 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() function
H A DCoreEngine.h160 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } in wasBlocksExhausted() function