| /llvm-project-15.0.7/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() 444 ScopedReport R(Opts, Loc, ET); in handleVLABoundNotPositive() 504 ScopedReport R(Opts, Loc, ET); in handleFloatCastOverflow() 535 ScopedReport R(Opts, Loc, ET); in handleLoadInvalidValue() [all …]
|
| H A D | ubsan_diag.cpp | 345 ScopedReport::CheckLocked(); in ~Diag() 380 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); } in Initializer() 382 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, in ScopedReport() function in ScopedReport 386 ScopedReport::~ScopedReport() { in ~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() 174 ScopedReport R(Opts, CallLoc, ET); in handleFunctionTypeMismatch()
|
| H A D | ubsan_diag.h | 240 class ScopedReport { 252 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type); 253 ~ScopedReport();
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 37 class ScopedReport { class 39 ScopedReport(bool fatal = false) : error_message_(1), fatal(fatal) { in ScopedReport() function in __hwasan::ScopedReport 45 ~ScopedReport() { in ~ScopedReport() 89 InternalMmapVector<char> *ScopedReport::error_message_ptr_; 90 Mutex ScopedReport::error_message_lock_; 91 void (*ScopedReport::error_report_callback_)(const char *); 95 ScopedReport::MaybeAppendToErrorMessage(buffer); in AppendToErrorMessageBuffer() 566 ScopedReport R(flags()->halt_on_error); in ReportInvalidFree() 618 ScopedReport R(flags()->halt_on_error); in ReportTailOverwritten() 681 ScopedReport R(fatal); in ReportTagMismatch() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_report.cpp | 347 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() function in __tsan::ScopedReport 350 ScopedReport::~ScopedReport() {} in ~ScopedReport() 632 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() 794 ScopedReport rep(rep_typ, tag); in ReportRace()
|
| H A D | tsan_rtl.h | 435 class ScopedReport : public ScopedReportBase { 437 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone); 438 ~ScopedReport(); 495 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 | 172 ScopedReport rep(ReportTypeSignalUnsafe); in SignalUnsafeCall()
|
| H A D | tsan_interceptors_posix.cpp | 1976 ScopedReport rep(ReportTypeErrnoInSignal); in ReportErrnoSpoiling()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_report.cpp | 385 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() function in __tsan::ScopedReport 388 ScopedReport::~ScopedReport() {} in ~ScopedReport() 736 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() 918 ScopedReport rep(typ, tag); in ReportRace()
|
| H A D | tsan_rtl.h | 381 class ScopedReport : public ScopedReportBase { 383 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone); 384 ~ScopedReport(); 442 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
|
| H A D | tsan_rtl_mutex.cpp | 57 ScopedReport rep(typ); in ReportMutexMisuse() 114 ScopedReport rep(ReportTypeMutexDestroyLocked); in MutexDestroy() 533 ScopedReport rep(ReportTypeDeadlock); in ReportDeadlock()
|
| H A D | tsan_rtl_thread.cpp | 100 ScopedReport rep(ReportTypeThreadLeak); in ThreadFinalize()
|
| H A D | tsan_mman.cpp | 166 ScopedReport rep(ReportTypeSignalUnsafe); in SignalUnsafeCall()
|
| H A D | tsan_interceptors_posix.cpp | 1974 ScopedReport rep(ReportTypeErrnoInSignal); in ReportErrnoSpoiling()
|