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

  /external/compiler-rt/lib/msan/
msan_report.cc 77 static void ReportSummary(const char *error_type, StackTrace *stack) {
104 ReportSummary("use-of-uninitialized-value", stack);
  /external/compiler-rt/lib/asan/
asan_report.cc 506 static void ReportSummary(const char *error_type, StackTrace *stack) {
534 ReportSummary("SEGV", &stack);
551 ReportSummary("double-free", stack);
566 ReportSummary("bad-free", stack);
585 ReportSummary("alloc-dealloc-mismatch", stack);
600 ReportSummary("bad-malloc_usable_size", stack);
613 ReportSummary("bad-__asan_get_allocated_size", stack);
631 ReportSummary(bug_type, stack);
741 ReportSummary(bug_descr, &stack);

Completed in 126 milliseconds