Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h95 BlocksAborted blocksAborted; variable
158 bool wasBlockAborted() const { return !blocksAborted.empty(); } in wasBlockAborted()
167 blocksAborted.push_back(std::make_pair(block, node)); in addAbortedBlock()
177 auto aborted_blocks() const { return llvm::iterator_range(blocksAborted); } in aborted_blocks()