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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp205 std::unique_ptr<const ExplodedGraph> BugPath; member in class:__anon2334::PathDiagnosticBuilder
227 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1979 BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath,
1982 : BugReporterContext(BRC), BugPath(std::move(BugPath)), R(r),
2476 std::unique_ptr<ExplodedGraph> BugPath; member in class:__anon2335::BugPathInfo
2643 CurrentBugPath.BugPath = std::move(GNew);
2806 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) {
2808 PathSensitiveBugReport *R = BugPath->Report;
2811 const ExplodedNode *ErrorNode = BugPath
1978 PathDiagnosticBuilder( BugReporterContext BRC, std::unique_ptr<ExplodedGraph> BugPath, PathSensitiveBugReport *r, const ExplodedNode *ErrorNode, std::unique_ptr<VisitorsDiagnosticsTy> VisitorsDiagnostics) argument
[all...]

Completed in 102 milliseconds