Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2077 PathDiagnosticControlFlowPiece *PieceNextI = nullptr; in simplifySimpleBranches() local
2094 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in simplifySimpleBranches()
2098 if (!PieceNextI) in simplifySimpleBranches()
2101 const Stmt *s2Start = getLocStmt(PieceNextI->getStartLocation()); in simplifySimpleBranches()
2102 const Stmt *s2End = getLocStmt(PieceNextI->getEndLocation()); in simplifySimpleBranches()
2120 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
2200 PathDiagnosticControlFlowPiece *PieceNextI = in removeContextCycles() local
2203 if (!PieceNextI) { in removeContextCycles()
2208 PieceNextI = dyn_cast<PathDiagnosticControlFlowPiece>(*NextI); in removeContextCycles()
2211 if (!PieceNextI) { in removeContextCycles()
[all …]