Searched defs:reported_warning (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc747 static bool reported_warning = false; local
748 if (reported_warning)
750 reported_warning = true;
H A Dasan_interceptors.cc250 static bool reported_warning = false; local
251 if (!reported_warning) {
254 reported_warning = true;

Completed in 605 milliseconds