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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtl.cc573 static bool reported_warning = false; local
574 if (reported_warning)
576 reported_warning = true;
H A Dasan_interceptors.cc267 static bool reported_warning = false; local
268 if (!reported_warning) {
271 reported_warning = true;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtl.cc557 static bool reported_warning = false; local
558 if (reported_warning)
560 reported_warning = true;
H A Dasan_interceptors.cc270 static bool reported_warning = false; local
271 if (!reported_warning) {
274 reported_warning = true;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_rtl.cpp550 static bool reported_warning = false; local
551 if (reported_warning)
553 reported_warning = true;
H A Dasan_interceptors.cpp258 static bool reported_warning = false; local
259 if (!reported_warning) {
262 reported_warning = true;

Completed in 183 milliseconds