Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp44 static inline bool isEmptyCFGBlock(const CFGBlock *CB);
102 if (isEmptyCFGBlock(CB)) in checkEndAnalysis()
250 bool UnreachableCodeChecker::isEmptyCFGBlock(const CFGBlock *CB) { in isEmptyCFGBlock() function in UnreachableCodeChecker