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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp48 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM);
119 if (CB->size() > 0 && isInvalidPath(CB, *PM))
212 bool UnreachableCodeChecker::isInvalidPath(const CFGBlock *CB, function in class:UnreachableCodeChecker

Completed in 1750 milliseconds