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.cpp1539 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches() local
1542 if (!s1Start || !s1End) in simplifySimpleBranches()
1582 CXXForRangeStmt>(s1Start)) in simplifySimpleBranches()
1586 if (!isConditionForTerminator(s1Start, s1End)) in simplifySimpleBranches()
1662 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles() local
1689 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
1691 std::optional<size_t> s1Length = getLengthOnSingleLine(SM, s1Start); in removeContextCycles()
1823 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges() local
1825 const Stmt *level1 = getStmtParent(s1Start, PM); in optimizeEdges()
1899 else if (s1Start && s2End && in optimizeEdges()
[all …]