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;
137 bool wasBlockAborted() const { return !blocksAborted.empty(); }
146 blocksAborted.push_back(std::make_pair(block, node));
157 BlocksAborted::const_iterator blocks_aborted_begin() const {
158 return blocksAborted.begin();
160 BlocksAborted::const_iterator blocks_aborted_end() const {
161 return blocksAborted.end();
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 564 typedef CoreEngine::BlocksAborted::const_iterator AbortedIterator;

Completed in 80 milliseconds