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

  /external/compiler-rt/lib/asan/
asan_rtl.cc 418 static bool reported_warning = false; local
419 if (reported_warning)
421 reported_warning = true;
asan_interceptors.cc 204 static bool reported_warning = false; local
205 if (!reported_warning) {
208 reported_warning = true;

Completed in 46 milliseconds