Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2087 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches() local
2089 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()
2203 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in removeContextCycles() local
2205 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
2365 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in optimizeEdges() local
2367 const Stmt *level4 = getStmtParent(s2End, PM); in optimizeEdges()
2426 else if (s1Start && s2End && in optimizeEdges()
2427 lexicalContains(PM, s2Start, s2End) && in optimizeEdges()
2439 else if (s1Start && s2End && in optimizeEdges()
2467 s2End == FS->getElement()) { in optimizeEdges()