Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
141 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport() function
147 virtual ~BugReport() = default;
253 class BasicBugReport : public BugReport {
259 : BugReport(Kind::Basic, bt, desc), Location(l) {} in BasicBugReport()
261 static bool classof(const BugReport *R) { in classof()
291 class PathSensitiveBugReport : public BugReport {
400 static bool classof(const BugReport *R) { in classof()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2133 : BugReport(Kind::PathSensitive, bt, shortDesc, desc), ErrorNode(errorNode), in PathSensitiveBugReport()
2871 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport()
2895 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport()
2933 BugReport *PathSensitiveBugReporter::findReportInEquivalenceClass( in findReportInEquivalenceClass()
2934 BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass()
2941 BugReport *R = EQ.getReports()[0].get(); in findReportInEquivalenceClass()
2957 BugReport *exampleReport = nullptr; in findReportInEquivalenceClass()
3038 SmallVector<BugReport*, 10> bugReports; in FlushReport()
3039 BugReport *report = findReportInEquivalenceClass(EQ, bugReports); in FlushReport()
3169 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, in generateDiagnosticForConsumerMap()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DReporter.py19 class BugReport(object): class
H A DScanView.py341 bug = Reporter.BugReport(title, description, files)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h242 void emitReport(std::unique_ptr<BugReport> R) { in emitReport()
/netbsd-src/external/bsd/ipf/dist/
H A DREADME50 a copy of the file "BugReport" with the details of your setup as required