Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1556 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches() local
1559 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()
1669 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in removeContextCycles() local
1672 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
1676 std::optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles()
1822 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in optimizeEdges() local
1824 const Stmt *level3 = getStmtParent(s2Start, PM); in optimizeEdges()
1855 if (s1End && s1End == s2Start && level2) { in optimizeEdges()
1883 lexicalContains(PM, s2Start, s2End) && in optimizeEdges()
1919 if (s1End == s2Start) { in optimizeEdges()
[all …]