Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
92 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
116 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.cpp45 bool ReportFile::SupportsColors() { in SupportsColors()
H A Dsanitizer_posix.cpp270 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_win.cpp857 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cc29 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
35 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
70 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
H A Dsanitizer_file.h24 struct ReportFile { struct
48 extern ReportFile report_file; argument
H A Dsanitizer_symbolizer_report.cc43 bool ReportFile::SupportsColors() { in SupportsColors()
H A Dsanitizer_rtems.cc268 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_posix.cc273 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_win.cc822 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_file.cc31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
37 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
72 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
H A Dsanitizer_file.h26 struct ReportFile { struct
50 extern ReportFile report_file; argument
H A Dsanitizer_symbolizer_report.cc45 bool ReportFile::SupportsColors() { in SupportsColors()
H A Dsanitizer_rtems.cc264 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_posix.cc275 void ReportFile::Write(const char *buffer, uptr length) { in Write()
H A Dsanitizer_win.cc816 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build803 my $ReportFile = $row->[0];
818 UpdateInFilePath("$Dir/$ReportFile", $InFileRegex, $InFilePrefix)
852 print OUT "<td><a href=\"$ReportFile#EndPath\">View Report</a></td>";
855 print OUT "\n<!-- REPORTBUG id=\"$ReportFile\" -->\n";
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp240 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); in ReportDiag() local
289 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()