Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1536 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches() local
1538 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()
1649 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in removeContextCycles() local
1651 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
1802 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in optimizeEdges() local
1804 const Stmt *level4 = getStmtParent(s2End, PM); in optimizeEdges()
1861 else if (s1Start && s2End && in optimizeEdges()
1862 lexicalContains(PM, s2Start, s2End) && in optimizeEdges()
1874 else if (s1Start && s2End && in optimizeEdges()
1901 s2End == FS->getElement()) { in optimizeEdges()