Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2536 Engine.blocksExhausted.push_back(std::make_pair(L, Sink)); in processCFGBlockEntrance()