Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1532 PathDiagnosticControlFlowPiece *PieceNextI = nullptr; in simplifySimpleBranches() local
1549 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get()); in simplifySimpleBranches()
1553 if (!PieceNextI) in simplifySimpleBranches()
1556 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1557 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()
1574 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
1652 const auto *PieceNextI = in removeContextCycles() local
1655 if (!PieceNextI) { in removeContextCycles()
1660 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(NextI->get()); in removeContextCycles()
1663 if (!PieceNextI) { in removeContextCycles()
[all …]