Searched defs:ReportErrorSummary (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc179 void ReportErrorSummary(const char *error_message) { function in namespace:__sanitizer
188 void ReportErrorSummary(const char *error_type, const char *file, function in namespace:__sanitizer
197 ReportErrorSummary(buff.data());
200 void ReportErrorSummary(const char *error_type, StackTrace *stack) { function in namespace:__sanitizer
212 ReportErrorSummary(error_type, ai.file, ai.line, ai.function);

Completed in 69 milliseconds