Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2101 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches() local
2104 if (!s2Start || !s2End || s1End != s2Start) in simplifySimpleBranches()
2217 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in removeContextCycles() local
2220 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
2224 Optional<size_t> s2Length = getLengthOnSingleLine(SM, s2Start); in removeContextCycles()
2379 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in optimizeEdges() local
2381 const Stmt *level3 = getStmtParent(s2Start, PM); in optimizeEdges()
2414 if (s1End && s1End == s2Start && level2) { in optimizeEdges()
2442 lexicalContains(PM, s2Start, s2End) && in optimizeEdges()
2478 if (s1End == s2Start) { in optimizeEdges()
[all …]