Searched refs:BugPath (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 205 std::unique_ptr<const ExplodedGraph> BugPath; member in __anon921f85140111::PathDiagnosticBuilder 227 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, 1981 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder() 2492 std::unique_ptr<ExplodedGraph> BugPath; member in __anon921f85140211::BugPathInfo 2659 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath() 2822 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) { in findValidReport() local 2824 PathSensitiveBugReport *R = BugPath->Report; in findValidReport() 2827 const ExplodedNode *ErrorNode = BugPath->ErrorNode; in findValidReport() 2853 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC); in findValidReport() 2859 std::move(BRC), std::move(BugPath->BugPath), BugPath->Report, in findValidReport() [all …]
|