/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cpp | 30 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 D | sanitizer_file.h | 25 struct ReportFile { struct 50 extern ReportFile report_file; argument
|
H A D | sanitizer_symbolizer_report.cpp | 45 bool ReportFile::SupportsColors() { in SupportsColors()
|
H A D | sanitizer_posix.cpp | 270 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
H A D | sanitizer_win.cpp | 857 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cc | 29 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 D | sanitizer_file.h | 24 struct ReportFile { struct 48 extern ReportFile report_file; argument
|
H A D | sanitizer_symbolizer_report.cc | 43 bool ReportFile::SupportsColors() { in SupportsColors()
|
H A D | sanitizer_rtems.cc | 268 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
H A D | sanitizer_posix.cc | 273 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
H A D | sanitizer_win.cc | 822 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_file.cc | 31 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 D | sanitizer_file.h | 26 struct ReportFile { struct 50 extern ReportFile report_file; argument
|
H A D | sanitizer_symbolizer_report.cc | 45 bool ReportFile::SupportsColors() { in SupportsColors()
|
H A D | sanitizer_rtems.cc | 264 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
H A D | sanitizer_posix.cc | 275 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
H A D | sanitizer_win.cc | 816 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
H A D | scan-build | 803 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 D | HTMLDiagnostics.cpp | 240 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); in ReportDiag() local 289 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()
|