Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2061 PathDiagnosticControlFlowPiece *PieceI = in simplifySimpleBranches() local
2064 if (!PieceI) in simplifySimpleBranches()
2067 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()
2068 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches()
2120 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
2185 PathDiagnosticControlFlowPiece *PieceI = in removeContextCycles() local
2188 if (!PieceI) { in removeContextCycles()
2193 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()
2194 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles()
2261 PathDiagnosticControlFlowPiece *PieceI = in removePunyEdges() local
[all …]