Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h81 BlocksAborted blocksAborted; variable
139 bool wasBlockAborted() const { return !blocksAborted.empty(); } in wasBlockAborted()
148 blocksAborted.push_back(std::make_pair(block, node)); in addAbortedBlock()
160 return blocksAborted.begin(); in blocks_aborted_begin()
163 return blocksAborted.end(); in blocks_aborted_end()