Home
last modified time | relevance | path

Searched refs:blocksExhausted (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h90 BlocksExhausted blocksExhausted; variable
164 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); } in wasBlocksExhausted()
179 return blocksExhausted.begin(); in blocks_exhausted_begin()
183 return blocksExhausted.end(); in blocks_exhausted_end()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2213 Engine.blocksExhausted.push_back(std::make_pair(L, Sink)); in processCFGBlockEntrance()