Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp49 static inline bool isEmptyCFGBlock(const CFGBlock *CB);
107 if (isEmptyCFGBlock(CB)) in checkEndAnalysis()
247 bool UnreachableCodeChecker::isEmptyCFGBlock(const CFGBlock *CB) { in isEmptyCFGBlock() function in UnreachableCodeChecker