Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp208 std::unique_ptr<const ExplodedGraph> BugPath; member in __anon1dcbea900111::PathDiagnosticBuilder
230 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1989 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2500 std::unique_ptr<ExplodedGraph> BugPath; member in __anon1dcbea900211::BugPathInfo
2667 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2830 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) { in findValidReport() local
2832 PathSensitiveBugReport *R = BugPath->Report; in findValidReport()
2835 const ExplodedNode *ErrorNode = BugPath->ErrorNode; in findValidReport()
2861 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC); in findValidReport()
2867 std::move(BRC), std::move(BugPath->BugPath), BugPath->Report, in findValidReport()
[all …]