HomeSort by relevance Sort by last modified time
    Searched defs:ReportErrorSummary (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_libcdep.cc 49 void ReportErrorSummary(const char *error_type, StackTrace *stack) {
54 ReportErrorSummary(error_type);
61 ReportErrorSummary(error_type, frame->info);
sanitizer_common.cc 197 void ReportErrorSummary(const char *error_message) {
206 void ReportErrorSummary(const char *error_type, const AddressInfo &info) {
213 ReportErrorSummary(buff.data());

Completed in 50 milliseconds