Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1517 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); in simplifySimpleBranches() local
1519 if (!PieceI) in simplifySimpleBranches()
1522 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1523 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()
1574 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
1638 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); in removeContextCycles() local
1640 if (!PieceI) { in removeContextCycles()
1645 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1646 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()
1708 const auto *PieceI = dyn_cast<PathDiagnosticControlFlowPiece>(I->get()); in removePunyEdges() local
[all …]