Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2048 PathDiagnosticControlFlowPiece *PieceI = in simplifySimpleBranches() local
2051 if (!PieceI) in simplifySimpleBranches()
2054 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()
2055 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches()
2107 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
2172 PathDiagnosticControlFlowPiece *PieceI = in removeContextCycles() local
2175 if (!PieceI) { in removeContextCycles()
2180 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()
2181 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles()
2248 PathDiagnosticControlFlowPiece *PieceI = in removePunyEdges() local
[all …]