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

/external/compiler-rt/lib/asan/
H A Dasan_report.cc719 char bug_type[100]; local
720 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function);
724 bug_type, offset1, offset1 + length1, offset2, offset2 + length2);
729 ReportErrorSummary(bug_type, stack);
736 const char *bug_type = "negative-size-param"; local
738 Report("ERROR: AddressSanitizer: %s: (size=%zd)\n", bug_type, size);
742 ReportErrorSummary(bug_type, stack);

Completed in 540 milliseconds