Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp214 std::unique_ptr<const ExplodedGraph> BugPath; member in __anon2f4a13600111::PathDiagnosticBuilder
236 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
2017 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder() argument
2020 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2563 std::unique_ptr<ExplodedGraph> BugPath; member in __anon2f4a13600211::BugPathInfo
2730 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2894 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) { in findValidReport() local
2896 PathSensitiveBugReport *R = BugPath->Report; in findValidReport()
2899 const ExplodedNode *ErrorNode = BugPath->ErrorNode; in findValidReport()
2928 generateVisitorsDiagnostics(R, BugPath->ErrorNode, BRC); in findValidReport()
[all …]