Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2046 PathDiagnosticControlFlowPiece *PieceI = in simplifySimpleBranches() local
2049 if (!PieceI) in simplifySimpleBranches()
2052 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in simplifySimpleBranches()
2053 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in simplifySimpleBranches()
2105 PieceNextI->setStartLocation(PieceI->getStartLocation()); in simplifySimpleBranches()
2170 PathDiagnosticControlFlowPiece *PieceI = in removeContextCycles() local
2173 if (!PieceI) { in removeContextCycles()
2178 const Stmt *s1Start = getLocStmt(PieceI->getStartLocation()); in removeContextCycles()
2179 const Stmt *s1End = getLocStmt(PieceI->getEndLocation()); in removeContextCycles()
2246 PathDiagnosticControlFlowPiece *PieceI = in removePunyEdges() local
[all …]