Searched refs:ReportFile (Results 1 – 8 of 8) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_file.cpp | 31 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 D | sanitizer_file.h | 25 struct ReportFile { struct 50 extern ReportFile report_file; argument
|
H A D | sanitizer_symbolizer_report.cpp | 72 bool ReportFile::SupportsColors() { in SupportsColors()
|
H A D | sanitizer_posix.cpp | 282 void ReportFile::Write(const char *buffer, uptr length) { in Write()
|
H A D | sanitizer_win.cpp | 907 void ReportFile::Write(const char *buffer, uptr length) { in SetAlternateSignalStack()
|
/llvm-project/clang/tools/scan-build/bin/ |
H A D | scan-build | 774 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 D | sanitizer_libc_test.cpp | 344 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 D | HTMLDiagnostics.cpp | 338 FileID ReportFile = in ReportDiag() 341 OptionalFileEntryRef Entry = SMgr.getFileEntryRefForID(ReportFile); in ReportDiag() 336 FileID ReportFile = ReportDiag() local
|