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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp583 static bool reported_warning = false; local
584 if (reported_warning)
586 reported_warning = true;
H A Dasan_interceptors.cpp271 static bool reported_warning = false; local
272 if (!reported_warning) {
275 reported_warning = true;

Completed in 140 milliseconds