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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 53 BlocksExhausted;
77 BlocksExhausted blocksExhausted;
138 bool wasBlocksExhausted() const { return !blocksExhausted.empty(); }
151 BlocksExhausted::const_iterator blocks_exhausted_begin() const {
152 return blocksExhausted.begin();
154 BlocksExhausted::const_iterator blocks_exhausted_end() const {
155 return blocksExhausted.end();
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 119 typedef CoreEngine::BlocksExhausted::const_iterator ExhaustedIterator;
IdempotentOperationChecker.cpp 546 typedef CoreEngine::BlocksExhausted::const_iterator ExhaustedIterator;

Completed in 90 milliseconds