HomeSort by: relevance | last modified time | path
    Searched defs:reported_warning (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_rtl.cc 573 static bool reported_warning = false; local in function:__asan_handle_no_return
574 if (reported_warning)
576 reported_warning = true;
asan_interceptors.cc 267 static bool reported_warning = false; local in function:INTERCEPTOR
268 if (!reported_warning) {
271 reported_warning = true;

Completed in 14 milliseconds