Searched refs:ReportErrorSummary (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_libcdep.cc | 48 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()
|
D | sanitizer_common.cc | 232 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()
|
D | sanitizer_common.h | 323 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/ |
D | asan_report.cc | 667 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/ |
D | ubsan_diag.cc | 59 ReportErrorSummary("undefined-behavior", AI); in MaybeReportErrorSummary() 64 ReportErrorSummary("undefined-behavior"); in MaybeReportErrorSummary()
|
/external/compiler-rt/lib/msan/ |
D | msan_report.cc | 112 ReportErrorSummary("use-of-uninitialized-value", stack); in ReportUMR()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 339 ReportErrorSummary(rep_typ_str, frame->info); in PrintReport()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 569 ReportErrorSummary(summary.data()); in PrintSummary()
|