Searched refs:ScopedReport (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp70 ScopedReport R(Opts, Loc, ET);
121 ScopedReport R(Opts, Loc, ET);
182 ScopedReport R(Opts, Loc, ET);
219 ScopedReport R(Opts, Loc, ET);
260 ScopedReport R(Opts, Loc, ET);
304 ScopedReport R(Opts, Loc, ET);
346 ScopedReport R(Opts, Loc, ET);
368 ScopedReport R(Opts, Data->Loc, ET);
381 ScopedReport R(Opts, Data->Loc, ET);
401 ScopedReport
[all...]
H A Dubsan_diag.cpp347 ScopedReport::CheckLocked();
382 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); }
384 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, function in class:ScopedReport
388 ScopedReport::~ScopedReport() {
H A Dubsan_diag.h240 class ScopedReport { class in namespace:__ubsan
252 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
253 ~ScopedReport();
H A Dubsan_handlers_cxx.cpp50 ScopedReport R(Opts, Loc, ET);
106 ScopedReport R(Opts, Loc, ET);
174 ScopedReport R(Opts, CallLoc, ET);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp33 class ScopedReport { class in namespace:__hwasan
35 ScopedReport(bool fatal = false) : error_message_(1), fatal(fatal) { function in class:__hwasan::ScopedReport
41 ~ScopedReport() {
74 InternalMmapVector<char> *ScopedReport::error_message_ptr_;
75 BlockingMutex ScopedReport::error_message_lock_;
77 // If there is an active ScopedReport, append to its error message.
79 ScopedReport::MaybeAppendToErrorMessage(buffer);
414 ScopedReport R(flags()->halt_on_error);
442 ScopedReport R(flags()->halt_on_error);
500 ScopedReport
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp374 ScopedReport::ScopedReport(ReportType typ, uptr tag) function in class:__tsan::ScopedReport
377 ScopedReport::~ScopedReport() {}
503 bool OutputReport(ThreadState *thr, const ScopedReport &srep) {
685 ScopedReport rep(typ, tag);
H A Dtsan_rtl.h618 class ScopedReport : public ScopedReportBase { class in namespace:__tsan
620 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
621 ~ScopedReport();
694 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_rtl_mutex.cpp55 ScopedReport rep(typ);
112 ScopedReport rep(ReportTypeMutexDestroyLocked);
517 ScopedReport rep(ReportTypeDeadlock);
H A Dtsan_mman.cpp155 ScopedReport rep(ReportTypeSignalUnsafe);
H A Dtsan_rtl_thread.cpp217 ScopedReport rep(ReportTypeThreadLeak);
H A Dtsan_interceptors_posix.cpp1931 ScopedReport rep(ReportTypeErrnoInSignal);

Completed in 128 milliseconds