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

/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_rtl.cc745 static bool reported_warning = false; local
746 if (reported_warning)
748 reported_warning = true;
H A Dasan_interceptors.cc249 static bool reported_warning = false; local
250 if (!reported_warning) {
253 reported_warning = true;

Completed in 82 milliseconds