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.h78 BlocksAborted blocksAborted; variable
133 bool wasBlockAborted() const { return !blocksAborted.empty(); } in wasBlockAborted()
142 blocksAborted.push_back(std::make_pair(block, node)); in addAbortedBlock()
154 return blocksAborted.begin(); in blocks_aborted_begin()
157 return blocksAborted.end(); in blocks_aborted_end()