/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 112 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl() 164 ScopedReport R(Opts, Loc, ET); in handleAlignmentAssumptionImpl() 225 ScopedReport R(Opts, Loc, ET); in handleIntegerOverflowImpl() 262 ScopedReport R(Opts, Loc, ET); in handleNegateOverflowImpl() 303 ScopedReport R(Opts, Loc, ET); in handleDivremOverflowImpl() 347 ScopedReport R(Opts, Loc, ET); in handleShiftOutOfBoundsImpl() 389 ScopedReport R(Opts, Loc, ET); in handleOutOfBoundsImpl() 411 ScopedReport R(Opts, Data->Loc, ET); in handleBuiltinUnreachableImpl() 424 ScopedReport R(Opts, Data->Loc, ET); in handleMissingReturnImpl() 444 ScopedReport R(Opts, Loc, ET); in handleVLABoundNotPositive() [all …]
|
H A D | ubsan_diag.cpp | 353 ScopedReport::CheckLocked(); in ~Diag() 388 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); } in Initializer() 390 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, in ScopedReport() function in ScopedReport 394 ScopedReport::~ScopedReport() { in ~ScopedReport()
|
H A D | ubsan_diag.h | 220 class ScopedReport { 232 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type); 233 ~ScopedReport();
|
H A D | ubsan_handlers_cxx.cpp | 50 ScopedReport R(Opts, Loc, ET); in HandleDynamicTypeCacheMiss() 106 ScopedReport R(Opts, Loc, ET); in __ubsan_handle_cfi_bad_type()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 40 class ScopedReport { class 42 explicit ScopedReport(bool fatal) : fatal(fatal) { in ScopedReport() function in __hwasan::ScopedReport 48 ~ScopedReport() { in ~ScopedReport() 88 Mutex ScopedReport::error_message_lock_; 89 InternalScopedString *ScopedReport::error_message_ptr_; 90 void (*ScopedReport::error_report_callback_)(const char *); 94 ScopedReport::MaybeAppendToErrorMessage(buffer); in AppendToErrorMessageBuffer() 547 const ScopedReport scoped_report; 1137 __hwasan::ScopedReport::SetErrorReportCallback(callback); in __hwasan_set_error_report_callback()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 346 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() function in __tsan::ScopedReport 349 ScopedReport::~ScopedReport() {} in ~ScopedReport() 631 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() 793 ScopedReport rep(rep_typ, tag); in ReportRace()
|
H A D | tsan_rtl.h | 437 class ScopedReport : public ScopedReportBase { 439 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone); 440 ~ScopedReport(); 498 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
|
H A D | tsan_rtl_mutex.cpp | 59 ScopedReport rep(typ); in ReportMutexMisuse() 532 ScopedReport rep(ReportTypeDeadlock); in ReportDeadlock() 561 ScopedReport rep(ReportTypeMutexDestroyLocked); in ReportDestroyLocked()
|
H A D | tsan_rtl_thread.cpp | 96 ScopedReport rep(ReportTypeThreadLeak); in ThreadFinalize()
|
H A D | tsan_mman.cpp | 186 ScopedReport rep(ReportTypeSignalUnsafe); in SignalUnsafeCall()
|
H A D | tsan_interface_ann.cpp | 441 ScopedReport rep(ReportTypeMutexHeldWrongContext); in ReportMutexHeldWrongContext()
|
H A D | tsan_interceptors_posix.cpp | 2068 ScopedReport rep(ReportTypeErrnoInSignal); in ReportErrnoSpoiling()
|