Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtl.cpp558 static bool reported_warning = false; in UnpoisonStack() local
559 if (reported_warning) in UnpoisonStack()
561 reported_warning = true; in UnpoisonStack()
Dasan_interceptors.cpp271 static bool reported_warning = false; in INTERCEPTOR() local
272 if (!reported_warning) { in INTERCEPTOR()
275 reported_warning = true; in INTERCEPTOR()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc618 static bool reported_warning = false; in __asan_handle_no_return() local
619 if (reported_warning) in __asan_handle_no_return()
621 reported_warning = true; in __asan_handle_no_return()
Dasan_interceptors.cc344 static bool reported_warning = false; in INTERCEPTOR() local
345 if (!reported_warning) { in INTERCEPTOR()
348 reported_warning = true; in INTERCEPTOR()