Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp44 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
115 if (CB->size() > 0 && isInvalidPath(CB, *PM)) in checkEndAnalysis()
208 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath() function in UnreachableCodeChecker
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp43 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
114 if (isInvalidPath(CB, *PM)) in checkEndAnalysis()
218 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, in isInvalidPath() function in UnreachableCodeChecker