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
142 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); }
156 return blocksExhausted.begin();
159 return blocksExhausted.end();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1312 Engine.blocksExhausted.push_back(std::make_pair(L, Sink));

Completed in 36 milliseconds