Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp210 std::unique_ptr<const ExplodedGraph> BugPath; member in __anonc89c4a160111::PathDiagnosticBuilder
232 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1990 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2504 std::unique_ptr<ExplodedGraph> BugPath; member in __anonc89c4a160211::BugPathInfo
2670 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2833 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) { in findValidReport() local
2835 PathSensitiveBugReport *R = BugPath->Report; in findValidReport()
2838 const ExplodedNode *ErrorNode = BugPath->ErrorNode; in findValidReport()
2864 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC); in findValidReport()
2870 std::move(BRC), std::move(BugPath->BugPath), BugPath->Report, in findValidReport()
[all …]