Home
last modified time | relevance | path

Searched defs:bugReports (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2581 ArrayRef<PathSensitiveBugReport *> &bugReports) { in BugPathGetter()
2844 ArrayRef<PathSensitiveBugReport *> &bugReports, in findValidReport()
2912 ArrayRef<PathSensitiveBugReport *> &bugReports) { in generatePathDiagnostics()
2998 BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass()
3102 SmallVector<BugReport*, 10> bugReports; in FlushReport() local
3249 ArrayRef<BugReport *> bugReports) { in generateDiagnosticForConsumerMap()
3326 ArrayRef<BugReport *> bugReports) { in generateDiagnosticForConsumerMap()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h666 SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass()