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 D | BugReporter.h | 121 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 D | FuchsiaHandleChecker.cpp | 376 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 D | ReturnValueChecker.cpp | 149 [Name, ExpectedValue](BugReport &BR) -> std::string { in checkEndFunction()
|
| H A D | NonNullParamChecker.cpp | 182 std::unique_ptr<BugReport> R; in checkPreCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2133 : 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 D | Reporter.py | 19 class BugReport(object): class
|
| H A D | ScanView.py | 341 bug = Reporter.BugReport(title, description, files)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 242 void emitReport(std::unique_ptr<BugReport> R) { in emitReport()
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | README | 50 a copy of the file "BugReport" with the details of your setup as required
|