Home
last modified time | relevance | path

Searched refs:ScopedReport (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc71 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl()
127 ScopedReport R(Opts, Loc, ET); in handleIntegerOverflowImpl()
164 ScopedReport R(Opts, Loc, ET); in handleNegateOverflowImpl()
205 ScopedReport R(Opts, Loc, ET); in handleDivremOverflowImpl()
249 ScopedReport R(Opts, Loc, ET); in handleShiftOutOfBoundsImpl()
291 ScopedReport R(Opts, Loc, ET); in handleOutOfBoundsImpl()
346 ScopedReport R(Opts, Loc, ET); in handleVLABoundNotPositive()
406 ScopedReport R(Opts, Loc, ET); in handleFloatCastOverflow()
437 ScopedReport R(Opts, Loc, ET); in handleLoadInvalidValue()
497 ScopedReport R(Opts, Loc, ET); in handleImplicitConversion()
[all …]
H A Dubsan_diag.cc340 ScopedReport::CheckLocked(); in ~Diag()
375 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); } in Initializer()
377 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, in ScopedReport() function in ScopedReport
381 ScopedReport::~ScopedReport() { in ~ScopedReport()
H A Dubsan_diag.h244 class ScopedReport {
256 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
257 ~ScopedReport();
H A Dubsan_handlers_cxx.cc51 ScopedReport R(Opts, Loc, ET); in HandleDynamicTypeCacheMiss()
107 ScopedReport R(Opts, Loc, ET); in __ubsan_handle_cfi_bad_type()
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc69 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl()
123 ScopedReport R(Opts, Loc, ET); in handleIntegerOverflowImpl()
160 ScopedReport R(Opts, Loc, ET); in handleNegateOverflowImpl()
201 ScopedReport R(Opts, Loc, ET); in handleDivremOverflowImpl()
245 ScopedReport R(Opts, Loc, ET); in handleShiftOutOfBoundsImpl()
287 ScopedReport R(Opts, Loc, ET); in handleOutOfBoundsImpl()
342 ScopedReport R(Opts, Loc, ET); in handleVLABoundNotPositive()
402 ScopedReport R(Opts, Loc, ET); in handleFloatCastOverflow()
433 ScopedReport R(Opts, Loc, ET); in handleLoadInvalidValue()
487 ScopedReport R(Opts, Loc, ET); in handleImplicitConversion()
[all …]
H A Dubsan_diag.cc338 ScopedReport::CheckLocked(); in ~Diag()
373 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); } in Initializer()
375 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, in ScopedReport() function in ScopedReport
379 ScopedReport::~ScopedReport() { in ~ScopedReport()
H A Dubsan_diag.h242 class ScopedReport {
254 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
255 ~ScopedReport();
H A Dubsan_handlers_cxx.cc49 ScopedReport R(Opts, Loc, ET); in HandleDynamicTypeCacheMiss()
106 ScopedReport R(Opts, Loc, ET); in __ubsan_handle_cfi_bad_type()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc69 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl()
123 ScopedReport R(Opts, Loc, ET); in handleIntegerOverflowImpl()
160 ScopedReport R(Opts, Loc, ET); in handleNegateOverflowImpl()
201 ScopedReport R(Opts, Loc, ET); in handleDivremOverflowImpl()
245 ScopedReport R(Opts, Loc, ET); in handleShiftOutOfBoundsImpl()
287 ScopedReport R(Opts, Loc, ET); in handleOutOfBoundsImpl()
342 ScopedReport R(Opts, Loc, ET); in handleVLABoundNotPositive()
402 ScopedReport R(Opts, Loc, ET); in handleFloatCastOverflow()
433 ScopedReport R(Opts, Loc, ET); in handleLoadInvalidValue()
487 ScopedReport R(Opts, Loc, ET); in handleImplicitConversion()
[all …]
H A Dubsan_diag.cc338 ScopedReport::CheckLocked(); in ~Diag()
373 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); } in Initializer()
375 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, in ScopedReport() function in ScopedReport
379 ScopedReport::~ScopedReport() { in ~ScopedReport()
H A Dubsan_diag.h242 class ScopedReport {
254 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
255 ~ScopedReport();
H A Dubsan_handlers_cxx.cc49 ScopedReport R(Opts, Loc, ET); in HandleDynamicTypeCacheMiss()
106 ScopedReport R(Opts, Loc, ET); in __ubsan_handle_cfi_bad_type()
/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp37 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 …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cc372 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() function in __tsan::ScopedReport
375 ScopedReport::~ScopedReport() {} in ~ScopedReport()
501 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport()
683 ScopedReport rep(typ, tag); in ReportRace()
H A Dtsan_rtl.h610 class ScopedReport : public ScopedReportBase {
612 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
613 ~ScopedReport();
685 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_rtl_mutex.cc54 ScopedReport rep(typ); in ReportMutexMisuse()
111 ScopedReport rep(ReportTypeMutexDestroyLocked); in MutexDestroy()
516 ScopedReport rep(ReportTypeDeadlock); in ReportDeadlock()
H A Dtsan_mman.cc147 ScopedReport rep(ReportTypeSignalUnsafe); in SignalUnsafeCall()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_report.cc374 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() function in __tsan::ScopedReport
377 ScopedReport::~ScopedReport() {} in ~ScopedReport()
503 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport()
685 ScopedReport rep(typ, tag); in ReportRace()
H A Dtsan_rtl.h614 class ScopedReport : public ScopedReportBase {
616 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
617 ~ScopedReport();
689 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_rtl_mutex.cc56 ScopedReport rep(typ); in ReportMutexMisuse()
113 ScopedReport rep(ReportTypeMutexDestroyLocked); in MutexDestroy()
518 ScopedReport rep(ReportTypeDeadlock); in ReportDeadlock()
H A Dtsan_mman.cc149 ScopedReport rep(ReportTypeSignalUnsafe); in SignalUnsafeCall()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cc372 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() function in __tsan::ScopedReport
375 ScopedReport::~ScopedReport() {} in ~ScopedReport()
501 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport()
683 ScopedReport rep(typ, tag); in ReportRace()
H A Dtsan_rtl.h610 class ScopedReport : public ScopedReportBase {
612 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
613 ~ScopedReport();
685 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_rtl_mutex.cc54 ScopedReport rep(typ); in ReportMutexMisuse()
111 ScopedReport rep(ReportTypeMutexDestroyLocked); in MutexDestroy()
516 ScopedReport rep(ReportTypeDeadlock); in ReportDeadlock()
H A Dtsan_mman.cc147 ScopedReport rep(ReportTypeSignalUnsafe); in SignalUnsafeCall()

12