Searched refs:reported_warning (Results 1 – 2 of 2) sorted by relevance
600 static bool reported_warning = false; in __asan_handle_no_return() local601 if (reported_warning) in __asan_handle_no_return()603 reported_warning = true; in __asan_handle_no_return()
324 static bool reported_warning = false; in INTERCEPTOR() local325 if (!reported_warning) { in INTERCEPTOR()328 reported_warning = true; in INTERCEPTOR()