Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1522 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches() local
1525 if (!s1Start || !s1End) in simplifySimpleBranches()
1565 CXXForRangeStmt>(s1Start)) in simplifySimpleBranches()
1569 if (!isConditionForTerminator(s1Start, s1End)) in simplifySimpleBranches()
1645 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles() local
1672 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
1674 std::optional<size_t> s1Length = getLengthOnSingleLine(SM, s1Start); in removeContextCycles()
1806 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges() local
1808 const Stmt *level1 = getStmtParent(s1Start, PM); in optimizeEdges()
1882 else if (s1Start && s2End && in optimizeEdges()
[all …]