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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1498 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); local
1501 if (!s1Start || !s1End)
1540 if (!(isa<ForStmt>(s1Start) || isa<WhileStmt>(s1Start) ||
1541 isa<IfStmt>(s1Start) || isa<ObjCForCollectionStmt>(s1Start) ||
1542 isa<CXXForRangeStmt>(s1Start)))
1546 if (!isConditionForTerminator(s1Start, s1End))
1622 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); local
1649 if (s1Start
1783 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); local
[all...]

Completed in 103 milliseconds