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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h89 BlocksExhausted blocksExhausted; member in class:clang::ento::CoreEngine
160 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); }
174 return blocksExhausted.begin();
178 return blocksExhausted.end();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1990 Engine.blocksExhausted.push_back(std::make_pair(L, Sink));

Completed in 77 milliseconds