Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
75 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
98 const char *ReportFile::GetReportPath() { in GetReportPath()
Dsanitizer_file.h25 struct ReportFile { struct
50 extern ReportFile report_file; argument
Dsanitizer_symbolizer_report.cpp45 bool ReportFile::SupportsColors() { in SupportsColors()
Dsanitizer_rtems.cpp265 void ReportFile::Write(const char *buffer, uptr length) { in Write()
Dsanitizer_posix.cpp270 void ReportFile::Write(const char *buffer, uptr length) { in Write()
Dsanitizer_win.cpp858 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc31 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
37 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
72 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
Dsanitizer_common_libcdep.cc27 bool ReportFile::SupportsColors() { in SupportsColors()
Dsanitizer_common.h192 struct ReportFile { struct
216 extern ReportFile report_file; argument
Dsanitizer_posix.cc325 void ReportFile::Write(const char *buffer, uptr length) { in Write()
Dsanitizer_win.cc760 void ReportFile::Write(const char *buffer, uptr length) { in Write()
/external/clang/tools/scan-build/bin/
Dscan-build770 my $ReportFile = $row->[0];
785 UpdateInFilePath("$Dir/$ReportFile", $InFileRegex, $InFilePrefix)
819 print OUT "<td><a href=\"$ReportFile#EndPath\">View Report</a></td>";
822 print OUT "\n<!-- REPORTBUG id=\"$ReportFile\" -->\n";
/external/llvm-project/clang/tools/scan-build/bin/
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";
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp219 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); in ReportDiag() local
268 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()