HomeSort by: relevance | last modified time | path
    Searched defs:ScopedReport (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 340 ScopedReport::CheckLocked();
375 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); }
377 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc,
381 ScopedReport::~ScopedReport() {
ubsan_diag.h 244 class ScopedReport {
256 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
257 ~ScopedReport();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 374 ScopedReport::ScopedReport(ReportType typ, uptr tag)
377 ScopedReport::~ScopedReport() {}
503 bool OutputReport(ThreadState *thr, const ScopedReport &srep) {
685 ScopedReport rep(typ, tag);
tsan_rtl.h 614 class ScopedReport : public ScopedReportBase {
616 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
617 ~ScopedReport();
689 bool OutputReport(ThreadState *thr, const ScopedReport &srep);

Completed in 31 milliseconds