Searched refs:ReportFile (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_file.cpp | 30 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()
|
D | sanitizer_file.h | 25 struct ReportFile { struct 50 extern ReportFile report_file; argument
|
D | sanitizer_symbolizer_report.cpp | 45 bool ReportFile::SupportsColors() { in SupportsColors()
|
D | sanitizer_rtems.cpp | 265 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
D | sanitizer_posix.cpp | 270 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
D | sanitizer_win.cpp | 858 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.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()
|
D | sanitizer_common_libcdep.cc | 27 bool ReportFile::SupportsColors() { in SupportsColors()
|
D | sanitizer_common.h | 192 struct ReportFile { struct 216 extern ReportFile report_file; argument
|
D | sanitizer_posix.cc | 325 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
D | sanitizer_win.cc | 760 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
/external/clang/tools/scan-build/bin/ |
D | scan-build | 770 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/ |
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";
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 219 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); in ReportDiag() local 268 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()
|