Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h94 BlocksAborted blocksAborted; variable
163 bool wasBlockAborted() const { return !blocksAborted.empty(); } in wasBlockAborted()
172 blocksAborted.push_back(std::make_pair(block, node)); in addAbortedBlock()
187 return blocksAborted.begin(); in blocks_aborted_begin()
191 return blocksAborted.end(); in blocks_aborted_end()