Searched refs:error_summary (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h51 // an error. 'error_summary' is a one-line string that summarizes
53 void __sanitizer_report_error_summary(const char *error_summary);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc299 void __sanitizer_report_error_summary(const char *error_summary) { argument
300 Printf("%s\n", error_summary);
H A Dsanitizer_internal_defs.h107 // an error. 'error_summary' is a one-line string that summarizes
110 void __sanitizer_report_error_summary(const char *error_summary);

Completed in 346 milliseconds