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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc 71 ScopedReport R(Opts, Loc, ET);
127 ScopedReport R(Opts, Loc, ET);
164 ScopedReport R(Opts, Loc, ET);
205 ScopedReport R(Opts, Loc, ET);
249 ScopedReport R(Opts, Loc, ET);
291 ScopedReport R(Opts, Loc, ET);
313 ScopedReport R(Opts, Data->Loc, ET);
326 ScopedReport R(Opts, Data->Loc, ET);
346 ScopedReport R(Opts, Loc, ET);
406 ScopedReport R(Opts, Loc, ET)
    [all...]
ubsan_diag.cc 340 ScopedReport::CheckLocked();
375 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); }
377 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc,
381 ScopedReport::~ScopedReport() {
ubsan_handlers_cxx.cc 51 ScopedReport R(Opts, Loc, ET);
107 ScopedReport R(Opts, Loc, ET);
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);
tsan_rtl_mutex.cc 56 ScopedReport rep(typ);
113 ScopedReport rep(ReportTypeMutexDestroyLocked);
518 ScopedReport rep(ReportTypeDeadlock);
tsan_mman.cc 149 ScopedReport rep(ReportTypeSignalUnsafe);
tsan_rtl_thread.cc 218 ScopedReport rep(ReportTypeThreadLeak);
tsan_interceptors.cc 1939 ScopedReport rep(ReportTypeErrnoInSignal);

Completed in 20 milliseconds