Searched refs:hwasan_report_count (Results 1 – 4 of 4) sorted by relevance
227 if (flags()->print_stats && (flags()->atexit || hwasan_report_count > 0)) in HwasanAtExit()229 if (hwasan_report_count > 0) { in HwasanAtExit()
73 extern int hwasan_report_count;
51 int hwasan_report_count = 0; variable
42 ++hwasan_report_count; in ScopedReport()