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.h89 BlocksAborted blocksAborted; variable
160 bool wasBlockAborted() const { return !blocksAborted.empty(); } in wasBlockAborted()
169 blocksAborted.push_back(std::make_pair(block, node)); in addAbortedBlock()
179 auto aborted_blocks() const { return llvm::iterator_range(blocksAborted); } in aborted_blocks()