Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
37 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
99 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
123 const char *ReportFile::GetReportPath() { in GetReportPath()
H A Dsanitizer_file.h25 struct ReportFile { struct
50 extern ReportFile report_file; argument
H A Dsanitizer_symbolizer_report.cpp72 bool ReportFile::SupportsColors() { in SupportsColors()
H A Dsanitizer_posix.cpp282 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_win.cpp907 void ReportFile::Write(const char *buffer, uptr length) { in SetAlternateSignalStack()
/llvm-project/clang/tools/scan-build/bin/
H A Dscan-build774 my $ReportFile = $row->[0];
789 UpdateInFilePath("$Dir/$ReportFile", $InFileRegex, $InFilePrefix)
823 my $EncodedReport = URLEscape($ReportFile);
827 print OUT "\n<!-- REPORTBUG id=\"$ReportFile\" -->\n";
/llvm-project/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()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp338 FileID ReportFile = in ReportDiag()
341 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(ReportFile); in ReportDiag()
336 FileID ReportFile = ReportDiag() local