Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2067 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches() local
2070 if (!s1Start || !s1End) in simplifySimpleBranches()
2109 if (!(isa<ForStmt>(s1Start) || isa<WhileStmt>(s1Start) || in simplifySimpleBranches()
2110 isa<IfStmt>(s1Start) || isa<ObjCForCollectionStmt>(s1Start) || in simplifySimpleBranches()
2111 isa<CXXForRangeStmt>(s1Start))) in simplifySimpleBranches()
2115 if (!isConditionForTerminator(s1Start, s1End)) in simplifySimpleBranches()
2193 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles() local
2220 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) { in removeContextCycles()
2222 Optional<size_t> s1Length = getLengthOnSingleLine(SM, s1Start); in removeContextCycles()
2362 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in optimizeEdges() local
[all …]