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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h77 BlocksExhausted blocksExhausted; member in class:clang::ento::CoreEngine
137 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); }
151 return blocksExhausted.begin();
154 return blocksExhausted.end();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1404 Engine.blocksExhausted.push_back(std::make_pair(L, Sink));

Completed in 65 milliseconds