Searched refs:ReportFile (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cpp | 31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0}; 37 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary() 97 void ReportFile::SetReportPath(const char *path) { in SetReportPath() 121 const char *ReportFile::GetReportPath() { in GetReportPath()
|
| H A D | sanitizer_file.h | 24 struct ReportFile { struct 49 extern ReportFile report_file; argument
|
| H A D | sanitizer_symbolizer_report.cpp | 45 bool ReportFile::SupportsColors() { in SupportsColors()
|
| H A D | sanitizer_posix.cpp | 280 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
| H A D | sanitizer_win.cpp | 884 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build/bin/ |
| H A D | scan-build | 765 my $ReportFile = $row->[0]; 780 UpdateInFilePath("$Dir/$ReportFile", $InFileRegex, $InFilePrefix) 814 print OUT "<td><a href=\"$ReportFile#EndPath\">View Report</a></td>"; 817 print OUT "\n<!-- REPORTBUG id=\"$ReportFile\" -->\n";
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cpp | 344 TEST(SanitizerCommon, ReportFile) { in TEST() argument 346 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0}; in TEST()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 326 FileID ReportFile = in ReportDiag() local 329 const FileEntry *Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()
|