Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp84 static bool isDeadReturn(const CFGBlock *B, const Stmt *S) { in isDeadReturn() function
623 else if (isDeadReturn(B, S)) { in reportDeadCode()