Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DReachableCode.cpp61 static bool isDeadReturn(const CFGBlock *B, const Stmt *S) { in isDeadReturn() function
581 else if (isDeadReturn(B, S)) { in reportDeadCode()