Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_rtl.cpp533 static bool reported_warning = false; in UnpoisonStack() local
534 if (reported_warning) in UnpoisonStack()
536 reported_warning = true; in UnpoisonStack()
Dasan_interceptors.cpp294 static bool reported_warning = false; in INTERCEPTOR() local
295 if (!reported_warning) { in INTERCEPTOR()
298 reported_warning = true; in INTERCEPTOR()