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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 56 BlocksAborted;
81 BlocksAborted blocksAborted;
141 bool wasBlockAborted() const { return !blocksAborted.empty(); }
150 blocksAborted.push_back(std::make_pair(block, node));
161 BlocksAborted::const_iterator blocks_aborted_begin() const {
162 return blocksAborted.begin();
164 BlocksAborted::const_iterator blocks_aborted_end() const {
165 return blocksAborted.end();
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 564 typedef CoreEngine::BlocksAborted::const_iterator AbortedIterator;

Completed in 307 milliseconds