Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp119 for (const BlockEdge &BE : make_first_range(CE.exhausted_blocks())) { in checkEndAnalysis()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h173 auto exhausted_blocks() const { in exhausted_blocks() function