Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2064 PathDiagnosticControlFlowPiece *PieceNextI = nullptr; in simplifySimpleBranches() local
2081 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in simplifySimpleBranches()
2085 if (!PieceNextI) in simplifySimpleBranches()
2088 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()
2089 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches()
2107 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
2187 PathDiagnosticControlFlowPiece *PieceNextI = in removeContextCycles() local
2190 if (!PieceNextI) { in removeContextCycles()
2195 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in removeContextCycles()
2198 if (!PieceNextI) { in removeContextCycles()
[all …]