Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_rtl.cc600 static bool reported_warning = false; in __asan_handle_no_return() local
601 if (reported_warning) in __asan_handle_no_return()
603 reported_warning = true; in __asan_handle_no_return()
Dasan_interceptors.cc324 static bool reported_warning = false; in INTERCEPTOR() local
325 if (!reported_warning) { in INTERCEPTOR()
328 reported_warning = true; in INTERCEPTOR()