Searched defs:blocksExhausted (Results 1 - 1 of 1) 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();

Completed in 83 milliseconds