Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h121 class BugReport {
138 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() function
139 : BugReport(kind, bt, "", desc) {} in BugReport()
147 virtual ~BugReport() = default;
253 class BasicBugReport : public BugReport {
261 static bool classof(const BugReport *R) { in classof()
291 class PathSensitiveBugReport : public BugReport {
400 static bool classof(const BugReport *R) { in classof()
552 void AddReport(std::unique_ptr<BugReport> &&R) { in AddReport()
651 virtual BugReport *
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp376 std::vector<std::function<std::string(BugReport & BR)>> Notes; in checkPostCall()
385 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall()
401 Notes.push_back([RetSym, FuncDecl](BugReport &BR) -> std::string { in checkPostCall()
435 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
449 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
463 Notes.push_back([Handle, ParamDiagIdx](BugReport &BR) -> std::string { in checkPostCall()
H A DReturnValueChecker.cpp149 [Name, ExpectedValue](BugReport &BR) -> std::string { in checkEndFunction()
H A DNonNullParamChecker.cpp182 std::unique_ptr<BugReport> R; in checkPreCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2889 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport()
2913 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport()
2951 BugReport *PathSensitiveBugReporter::findReportInEquivalenceClass( in findReportInEquivalenceClass()
2952 BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass()
2959 BugReport *R = EQ.getReports()[0].get(); in findReportInEquivalenceClass()
2975 BugReport *exampleReport = nullptr; in findReportInEquivalenceClass()
3056 SmallVector<BugReport*, 10> bugReports; in FlushReport()
3057 BugReport *report = findReportInEquivalenceClass(EQ, bugReports); in FlushReport()
3195 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, in generateDiagnosticForConsumerMap()
3196 ArrayRef<BugReport *> bugReports) { in generateDiagnosticForConsumerMap()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h242 void emitReport(std::unique_ptr<BugReport> R) { in emitReport()
/freebsd-13.1/contrib/ipfilter/
H A DREADME50 a copy of the file "BugReport" with the details of your setup as required