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

12

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp112 ScopedReport R(Opts, Loc, ET);
164 ScopedReport R(Opts, Loc, ET);
225 ScopedReport R(Opts, Loc, ET);
262 ScopedReport R(Opts, Loc, ET);
303 ScopedReport R(Opts, Loc, ET);
347 ScopedReport R(Opts, Loc, ET);
389 ScopedReport R(Opts, Loc, ET);
411 ScopedReport R(Opts, Data->Loc, ET);
424 ScopedReport R(Opts, Data->Loc, ET);
444 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);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc71 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
[all...]
H A Dubsan_diag.cc340 ScopedReport::CheckLocked();
375 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); }
377 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, function in class:ScopedReport
381 ScopedReport::~ScopedReport() {
H A Dubsan_handlers_cxx.cc51 ScopedReport R(Opts, Loc, ET);
107 ScopedReport R(Opts, Loc, ET);
H A Dubsan_diag.h244 class ScopedReport { class in namespace:__ubsan
256 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
257 ~ScopedReport();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc69 ScopedReport R(Opts, Loc, ET);
123 ScopedReport R(Opts, Loc, ET);
160 ScopedReport R(Opts, Loc, ET);
201 ScopedReport R(Opts, Loc, ET);
245 ScopedReport R(Opts, Loc, ET);
287 ScopedReport R(Opts, Loc, ET);
309 ScopedReport R(Opts, Data->Loc, ET);
322 ScopedReport R(Opts, Data->Loc, ET);
342 ScopedReport R(Opts, Loc, ET);
402 ScopedReport
[all...]
H A Dubsan_diag.cc338 ScopedReport::CheckLocked();
373 ScopedReport::Initializer::Initializer() { InitAsStandaloneIfNecessary(); }
375 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc, function in class:ScopedReport
379 ScopedReport::~ScopedReport() {
H A Dubsan_handlers_cxx.cc49 ScopedReport R(Opts, Loc, ET);
106 ScopedReport R(Opts, Loc, ET);
H A Dubsan_diag.h242 class ScopedReport { class in namespace:__ubsan
254 ScopedReport(ReportOptions Opts, Location SummaryLoc, ErrorType Type);
255 ~ScopedReport();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp37 class ScopedReport { class in namespace:__hwasan
39 ScopedReport(bool fatal = false) : error_message_(1), fatal(fatal) { function in class:__hwasan::ScopedReport
45 ~ScopedReport() {
89 InternalMmapVector<char> *ScopedReport::error_message_ptr_;
90 Mutex ScopedReport::error_message_lock_;
91 void (*ScopedReport::error_report_callback_)(const char *);
93 // If there is an active ScopedReport, append to its error message.
95 ScopedReport::MaybeAppendToErrorMessage(buffer);
566 ScopedReport R(flags()->halt_on_error);
618 ScopedReport
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_report.cc374 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.h614 class ScopedReport : public ScopedReportBase { class in namespace:__tsan
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);
113 ScopedReport rep(ReportTypeMutexDestroyLocked);
518 ScopedReport rep(ReportTypeDeadlock);
H A Dtsan_mman.cc149 ScopedReport rep(ReportTypeSignalUnsafe);
H A Dtsan_rtl_thread.cc218 ScopedReport rep(ReportTypeThreadLeak);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cc372 ScopedReport::ScopedReport(ReportType typ, uptr tag) function in class:__tsan::ScopedReport
375 ScopedReport::~ScopedReport() {}
501 bool OutputReport(ThreadState *thr, const ScopedReport &srep) {
683 ScopedReport rep(typ, tag);
H A Dtsan_rtl.h610 class ScopedReport : public ScopedReportBase { class in namespace:__tsan
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);
111 ScopedReport rep(ReportTypeMutexDestroyLocked);
516 ScopedReport rep(ReportTypeDeadlock);
H A Dtsan_mman.cc147 ScopedReport rep(ReportTypeSignalUnsafe);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_report.cpp385 ScopedReport::ScopedReport(ReportType typ, uptr tag) function in class:__tsan::ScopedReport
388 ScopedReport::~ScopedReport() {}
736 bool OutputReport(ThreadState *thr, const ScopedReport &srep) {
918 ScopedReport rep(typ, tag);
H A Dtsan_rtl.h385 class ScopedReport : public ScopedReportBase { class in namespace:__tsan
387 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
388 ~ScopedReport();
446 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_rtl_mutex.cpp57 ScopedReport rep(typ);
114 ScopedReport rep(ReportTypeMutexDestroyLocked);
533 ScopedReport rep(ReportTypeDeadlock);

Completed in 301 milliseconds

12