Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp555 static bool reported_warning = false; in UnpoisonStack() local
556 if (reported_warning) in UnpoisonStack()
558 reported_warning = true; in UnpoisonStack()
H A Dasan_interceptors.cpp401 static bool reported_warning = false; local
402 if (!reported_warning) {
405 reported_warning = true;