Searched refs:reported_warning (Results 1 – 2 of 2) sorted by relevance
551 static bool reported_warning = false; in __asan_handle_no_return() local552 if (reported_warning) in __asan_handle_no_return()554 reported_warning = true; in __asan_handle_no_return()
311 static bool reported_warning = false; in INTERCEPTOR() local312 if (!reported_warning) { in INTERCEPTOR()315 reported_warning = true; in INTERCEPTOR()