HomeSort by relevance Sort by last modified time
    Searched refs:BlocksExhausted (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 100 typedef CoreEngine::BlocksExhausted::const_iterator ExhaustedIterator;
IdempotentOperationChecker.cpp 541 typedef CoreEngine::BlocksExhausted::const_iterator ExhaustedIterator;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 55 BlocksExhausted;
79 BlocksExhausted blocksExhausted;
141 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); }
154 BlocksExhausted::const_iterator blocks_exhausted_begin() const {
155 return blocksExhausted.begin();
157 BlocksExhausted::const_iterator blocks_exhausted_end() const {
158 return blocksExhausted.end();

Completed in 116 milliseconds