HomeSort by: relevance | last modified time | path
    Searched defs:hwasan_report_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan.cpp 52 int hwasan_report_count = 0; member in namespace:__hwasan
189 if (flags()->print_stats && (flags()->atexit || hwasan_report_count > 0))
191 if (hwasan_report_count > 0) {
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan.cpp 53 int hwasan_report_count = 0; member in namespace:__hwasan
216 if (flags()->print_stats && (flags()->atexit || hwasan_report_count > 0))
218 if (hwasan_report_count > 0) {

Completed in 40 milliseconds