Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp44 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
113 if (isInvalidPath(CB, *PM)) in checkEndAnalysis()
215 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath() function in UnreachableCodeChecker