Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h53 BlocksExhausted; typedef
77 BlocksExhausted blocksExhausted;
153 BlocksExhausted::const_iterator blocks_exhausted_begin() const { in blocks_exhausted_begin()
156 BlocksExhausted::const_iterator blocks_exhausted_end() const { in blocks_exhausted_end()
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp119 typedef CoreEngine::BlocksExhausted::const_iterator ExhaustedIterator; in checkEndAnalysis()