Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp654 const Stmt *TermCond = in reportDeadCode() local
656 isConfigurationValue(TermCond, PP, &SilenceableCondVal); in reportDeadCode()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1277 const Stmt *TermCond = getTerminatorCondition(BSrc); in generatePathDiagnosticsForNode() local
1279 PM, getStmtBeforeCond(PM, TermCond, C.getCurrentNode()), Term); in generatePathDiagnosticsForNode()
1298 PathDiagnosticLocation L(TermCond ? TermCond : Term, SM, in generatePathDiagnosticsForNode()