Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DReachableCode.cpp52 void reportDeadCode(const Stmt *S,
153 reportDeadCode(S, CB); in scanBackwards()
173 reportDeadCode(I->second, CB); in scanBackwards()
246 void DeadCodeScan::reportDeadCode(const Stmt *S, in reportDeadCode() function in DeadCodeScan