Searched refs:BugPath (Results 1 – 1 of 1) sorted by relevance
220 std::unique_ptr<const ExplodedGraph> BugPath; member in __anon2f4a13600111::PathDiagnosticBuilder242 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,2000 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder() argument2003 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()2520 std::unique_ptr<ExplodedGraph> BugPath; member in __anon2f4a13600211::BugPathInfo2686 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()2850 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) { in findValidReport() local2852 PathSensitiveBugReport *R = BugPath->Report; in findValidReport()2855 const ExplodedNode *ErrorNode = BugPath->ErrorNode; in findValidReport()2883 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC); in findValidReport()[all …]