Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h26 struct ReportFile { struct
50 extern ReportFile report_file; argument
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_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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp191 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); in ReportDiag() local
240 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile); in ReportDiag()