Home
last modified time | relevance | path

Searched refs:error_message_ (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp39 ScopedReport(bool fatal = false) : error_message_(1), fatal(fatal) { in ScopedReport()
41 error_message_ptr_ = fatal ? &error_message_ : nullptr; in ScopedReport()
53 report_cb(error_message_.data()); in ~ScopedReport()
55 SetAbortMessage(error_message_.data()); in ~ScopedReport()
81 InternalMmapVector<char> error_message_; member in __hwasan::ScopedReport
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dthread_manager.h46 std::string error_message_; member
H A Dbenchmark_runner.cc79 report.error_message = results.error_message_; in CreateRunReport()
H A Dbenchmark.cc211 manager_->results.error_message_ = msg; in SkipWithError()