Searched defs:s1End (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2068 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); local
2070 if (!s1Start || !s1End)
2104 if (!s2Start || !s2End || s1End != s2Start)
2114 // Is s1End the branch condition?
2115 if (!isConditionForTerminator(s1Start, s1End))
2194 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); local
2220 if (s1Start && s2Start && s1Start == s2End && s2Start == s1End) {
2363 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); local
2365 const Stmt *level2 = getStmtParent(s1End, PM);
2414 if (s1End
[all...]

Completed in 77 milliseconds