Searched refs:BugPath (Results 1 – 1 of 1) sorted by relevance
205 std::unique_ptr<const ExplodedGraph> BugPath; member in __anon21c281ab0111::PathDiagnosticBuilder227 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,1978 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder() argument1981 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()2474 std::unique_ptr<ExplodedGraph> BugPath; member in __anon21c281ab0211::BugPathInfo2641 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()2804 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) { in findValidReport() local2806 PathSensitiveBugReport *R = BugPath->Report; in findValidReport()2809 const ExplodedNode *ErrorNode = BugPath->ErrorNode; in findValidReport()2835 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC); in findValidReport()[all …]