Searched refs:s1End (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1499 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); local
1501 if (!s1Start || !s1End)
1535 if (!s2Start || !s2End || s1End != s2Start)
1545 // Is s1End the branch condition?
1546 if (!isConditionForTerminator(s1Start, s1End))
1623 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); local
1649 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) {
1784 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); local
1786 const Stmt *level2 = getStmtParent(s1End, PM);
1832 if (s1End
[all...]

Completed in 106 milliseconds