Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1557 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() local
1559 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()
1670 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in removeContextCycles() local
1672 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
1823 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in optimizeEdges() local
1825 const Stmt *level4 = getStmtParent(s2End, PM); in optimizeEdges()
1882 else if (s1Start && s2End && in optimizeEdges()
1883 lexicalContains(PM, s2Start, s2End) && in optimizeEdges()
1895 else if (s1Start && s2End && in optimizeEdges()
1922 s2End == FS->getElement()) { in optimizeEdges()