Home
last modified time | relevance | path

Searched refs:BlocksAborted (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h56 BlocksAborted; typedef
81 BlocksAborted blocksAborted;
161 BlocksAborted::const_iterator blocks_aborted_begin() const { in blocks_aborted_begin()
164 BlocksAborted::const_iterator blocks_aborted_end() const { in blocks_aborted_end()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp564 typedef CoreEngine::BlocksAborted::const_iterator AbortedIterator; in pathWasCompletelyAnalyzed()