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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h25 struct ReportFile { struct in namespace:__sanitizer
49 extern ReportFile report_file;
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() {
71 void ReportFile::SetReportPath(const char *path) {
H A Dsanitizer_symbolizer_report.cpp44 bool ReportFile::SupportsColors() {
H A Dsanitizer_rtems.cpp263 void ReportFile::Write(const char *buffer, uptr length) {
266 "ReportFile::Write() can't output requested buffer!\n";
H A Dsanitizer_posix.cpp268 void ReportFile::Write(const char *buffer, uptr length) {
H A Dsanitizer_win.cpp840 void ReportFile::Write(const char *buffer, uptr length) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp191 FileID ReportFile = path.front()->getLocation().asLocation().getExpansionLoc().getFileID(); local
240 const FileEntry* Entry = SMgr.getFileEntryForID(ReportFile);

Completed in 75 milliseconds