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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1501 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); local
1504 if (!s1Start || !s1End)
1543 if (!(isa<ForStmt>(s1Start) || isa<WhileStmt>(s1Start) ||
1544 isa<IfStmt>(s1Start) || isa<ObjCForCollectionStmt>(s1Start) ||
1545 isa<CXXForRangeStmt>(s1Start)))
1549 if (!isConditionForTerminator(s1Start, s1End))
1625 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); local
1652 if (s1Start
1786 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); local
[all...]

Completed in 117 milliseconds