Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp207 std::unique_ptr<const ExplodedGraph> BugPath; member in __anonc8f820770111::PathDiagnosticBuilder
229 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1986 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, in PathDiagnosticBuilder() argument
1989 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r), in PathDiagnosticBuilder()
2500 std::unique_ptr<ExplodedGraph> BugPath; member in __anonc8f820770211::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()
[all …]