Home
last modified time | relevance | path

Searched refs:ReportErrorSummary (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cc48 void ReportErrorSummary(const char *error_type, StackTrace *stack) { in ReportErrorSummary() function
52 ReportErrorSummary(error_type); in ReportErrorSummary()
59 ReportErrorSummary(error_type, frame->info); in ReportErrorSummary()
Dsanitizer_common.cc232 void ReportErrorSummary(const char *error_message) { in ReportErrorSummary() function
241 void ReportErrorSummary(const char *error_type, const AddressInfo &info) { in ReportErrorSummary() function
247 ReportErrorSummary(buff.data()); in ReportErrorSummary()
Dsanitizer_common.h323 void ReportErrorSummary(const char *error_message);
326 void ReportErrorSummary(const char *error_type, const AddressInfo &info);
328 void ReportErrorSummary(const char *error_type, StackTrace *trace);
/external/compiler-rt/lib/asan/
Dasan_report.cc667 ReportErrorSummary("stack-overflow", &stack); in ReportStackOverflow()
687 ReportErrorSummary("SEGV", &stack); in ReportSIGSEGV()
705 ReportErrorSummary("double-free", &stack); in ReportDoubleFree()
727 ReportErrorSummary("new-delete-type-mismatch", &stack); in ReportNewDeleteSizeMismatch()
746 ReportErrorSummary("bad-free", &stack); in ReportFreeNotMalloced()
767 ReportErrorSummary("alloc-dealloc-mismatch", &stack); in ReportAllocTypeMismatch()
782 ReportErrorSummary("bad-malloc_usable_size", stack); in ReportMallocUsableSizeNotOwned()
796 ReportErrorSummary("bad-__sanitizer_get_allocated_size", stack); in ReportSanitizerGetAllocatedSizeNotOwned()
815 ReportErrorSummary(bug_type, stack); in ReportStringFunctionMemoryRangesOverlap()
828 ReportErrorSummary(bug_type, stack); in ReportStringFunctionSizeOverflow()
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc59 ReportErrorSummary("undefined-behavior", AI); in MaybeReportErrorSummary()
64 ReportErrorSummary("undefined-behavior"); in MaybeReportErrorSummary()
/external/compiler-rt/lib/msan/
Dmsan_report.cc112 ReportErrorSummary("use-of-uninitialized-value", stack); in ReportUMR()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc339 ReportErrorSummary(rep_typ_str, frame->info); in PrintReport()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc569 ReportErrorSummary(summary.data()); in PrintSummary()