Home
last modified time | relevance | path

Searched refs:ReportFile (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp31 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 Dsanitizer_file.h24 struct ReportFile { struct
49 extern ReportFile report_file; argument
H A Dsanitizer_symbolizer_report.cpp45 bool ReportFile::SupportsColors() { in SupportsColors()
H A Dsanitizer_posix.cpp280 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_win.cpp884 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/openbsd-src/gnu/llvm/clang/tools/scan-build/bin/
H A Dscan-build765 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 Dsanitizer_libc_test.cpp344 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 DHTMLDiagnostics.cpp326 FileID ReportFile = in ReportDiag() local
329 const FileEntry *Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()