Searched defs:wasBlocksExhausted (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | ExprEngine.h | 429 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } wasBlocksExhausted() function |
H A D | CoreEngine.h | 159 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } wasBlocksExhausted() function |