Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2062 PathDiagnosticControlFlowPiece *PieceNextI = nullptr; in simplifySimpleBranches() local
2079 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in simplifySimpleBranches()
2083 if (!PieceNextI) in simplifySimpleBranches()
2086 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()
2087 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches()
2105 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
2185 PathDiagnosticControlFlowPiece *PieceNextI = in removeContextCycles() local
2188 if (!PieceNextI) { in removeContextCycles()
2193 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in removeContextCycles()
2196 if (!PieceNextI) { in removeContextCycles()
[all …]