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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 586 static bool was_called_once; local in function:__asan::InitializeAsanInterceptors
587 CHECK(!was_called_once);
588 was_called_once = true;
asan_interceptors.cc 586 static bool was_called_once; local in function:__asan::InitializeAsanInterceptors
587 CHECK(!was_called_once);
588 was_called_once = true;

Completed in 24 milliseconds