Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h119 class BugReport {
136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() function
137 : BugReport(kind, bt, "", desc) {} in BugReport()
139 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport() function
145 virtual ~BugReport() = default;
251 class BasicBugReport : public BugReport {
257 : BugReport(Kind::Basic, bt, desc), Location(l) {} in BasicBugReport()
259 static bool classof(const BugReport *R) { in classof()
289 class PathSensitiveBugReport : public BugReport {
398 static bool classof(const BugReport *R) { in classof()
[all …]
H A DBugSuppression.h26 class BugReport; variable
36 bool isSuppressed(const BugReport &);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp290 const BugReport *R = BugReports.front().get(); in timeTraceName()
303 const BugReport *R = BugReports.front().get(); in timeTraceMetadata()
2164 : BugReport(Kind::PathSensitive, bt, shortDesc, desc), ErrorNode(errorNode), in PathSensitiveBugReport()
2976 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport()
3004 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport()
3042 BugReport *PathSensitiveBugReporter::findReportInEquivalenceClass( in findReportInEquivalenceClass()
3043 BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass()
3050 BugReport *R = EQ.getReports()[0].get(); in findReportInEquivalenceClass()
3066 BugReport *exampleReport = nullptr; in findReportInEquivalenceClass()
3150 SmallVector<BugReport*, 10> bugReports; in FlushReport()
[all …]
H A DBugSuppression.cpp154 bool BugSuppression::isSuppressed(const BugReport &R) { in isSuppressed()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp183 std::unique_ptr<BugReport> R; in checkPreCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h272 void emitReport(std::unique_ptr<BugReport> R) { in emitReport()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc6314 …atePathDiagnostic(clang::ento::PathDiagnostic&, llvm::SmallVectorImpl<clang::ento::BugReport*>&)"},
6783 {"_ZN5clang4ento9BugReport24isOwnedByReporterContextEv", "clang::ento::BugReport::isOwnedByReporter…
6784 {"_ZNK5clang4ento9BugReport7ProfileERN4llvm16FoldingSetNodeIDE", "clang::ento::BugReport::Profile(l…
6785 {"_ZN5clang4ento9BugReport23getExtraDescriptiveTextEv", "clang::ento::BugReport::getExtraDescriptiv…
6788 …isitorsERNS0_18BugReporterContextEPKNS0_12ExplodedNodeE", "clang::ento::BugReport::registerInitial…
7148 {"_ZN5clang4ento9BugReportD0Ev", "clang::ento::BugReport::~BugReport()"},
7149 {"_ZN5clang4ento9BugReportD1Ev", "clang::ento::BugReport::~BugReport()"},
7150 {"_ZN5clang4ento9BugReportD2Ev", "clang::ento::BugReport::~BugReport()"},
7154 {"_ZNK5clang4ento9BugReport7getStmtEv", "clang::ento::BugReport::getStmt() const"},
7155 …EndPathERNS0_18BugReporterContextEPKNS0_12ExplodedNodeE", "clang::ento::BugReport::getEndPath(clan…
[all …]