Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DReachableCode.cpp612 const Stmt *TermCond = in reportDeadCode() local
614 isConfigurationValue(TermCond, PP, &SilenceableCondVal); in reportDeadCode()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1816 const Stmt *TermCond = getTerminatorCondition(BSrc); in GenerateAlternateExtensivePathDiagnostic() local
1818 isInLoopBody(PM, getStmtBeforeCond(PM, TermCond, N), Term); in GenerateAlternateExtensivePathDiagnostic()
1837 PathDiagnosticLocation L(TermCond ? TermCond : Term, SM, PDB.LC); in GenerateAlternateExtensivePathDiagnostic()