Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DReachableCode.cpp652 const Stmt *TermCond = in reportDeadCode() local
654 isConfigurationValue(TermCond, PP, &SilenceableCondVal); in reportDeadCode()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1285 const Stmt *TermCond = getTerminatorCondition(BSrc); in generatePathDiagnosticsForNode() local
1287 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term); in generatePathDiagnosticsForNode()
1306 PathDiagnosticLocation L(TermCond ? TermCond : Term, SM, in generatePathDiagnosticsForNode()