Searched refs:reported_warning (Results 1 – 2 of 2) sorted by relevance
618 static bool reported_warning = false; in __asan_handle_no_return() local619 if (reported_warning) in __asan_handle_no_return()621 reported_warning = true; in __asan_handle_no_return()
344 static bool reported_warning = false; in INTERCEPTOR() local345 if (!reported_warning) { in INTERCEPTOR()348 reported_warning = true; in INTERCEPTOR()