Searched defs:BugReport (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 227 type BugReport struct { struct 228 Namespace string 229 Config []byte 230 ID string 231 JobID string 232 ExtID string // arbitrary reporting ID forwarded from BugUpdate.ExtID 233 First bool // Set for first report for this bug. 234 Title string 235 Maintainers []string 236 CC []string // additional CC emails [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 43 class BugReport; variable 146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) in BugReport() function 150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, in BugReport() function 156 BugReport(BugType &bt, StringRef desc, PathDiagnosticLocation l) in BugReport() function 167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, in BugReport() function
|
D | BugReporterVisitor.h | 26 class BugReport; variable
|
/external/clang/tools/scan-view/share/ |
D | Reporter.py | 16 class BugReport: class
|
/external/syzkaller/dashboard/app/ |
D | reporting_email.go | 156 func emailReport(c context.Context, rep *dashapi.BugReport, templ string) error {
|