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 58 BlocksAborted;
83 BlocksAborted blocksAborted;
140 bool wasBlockAborted() const { return !blocksAborted.empty(); }
149 blocksAborted.push_back(std::make_pair(block, node));
160 BlocksAborted::const_iterator blocks_aborted_begin() const {
161 return blocksAborted.begin();
163 BlocksAborted::const_iterator blocks_aborted_end() const {
164 return blocksAborted.end();
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 559 typedef CoreEngine::BlocksAborted::const_iterator AbortedIterator;

Completed in 2731 milliseconds