Searched refs:hwasan_report_count (Results 1 – 3 of 3) sorted by relevance
116 extern int hwasan_report_count;
53 int hwasan_report_count = 0; variable216 if (flags()->print_stats && (flags()->atexit || hwasan_report_count > 0)) in HwasanAtExit()218 if (hwasan_report_count > 0) { in HwasanAtExit()
45 ++hwasan_report_count; in ScopedReport()