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 76 static void ReportSummary(const char *error_type, StackTrace *stack) {
102 ReportSummary("use-of-uninitialized-value", stack);
  /external/compiler-rt/lib/asan/
asan_report.cc 472 static void ReportSummary(const char *error_type, StackTrace *stack) {
498 ReportSummary("SEGV", &stack);
509 ReportSummary("double-free", stack);
521 ReportSummary("bad-free", stack);
540 ReportSummary("alloc-dealloc-mismatch", stack);
555 ReportSummary("bad-malloc_usable_size", stack);
568 ReportSummary("bad-__asan_get_allocated_size", stack);
586 ReportSummary(bug_type, stack);
696 ReportSummary(bug_descr, &stack);

Completed in 169 milliseconds