Home
last modified time | relevance | path

Searched refs:was_called_once (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc93 static bool was_called_once;
94 CHECK(!was_called_once);
95 was_called_once = true;
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp312 static bool was_called_once; in InitializeMemprofInterceptors() local
313 CHECK(!was_called_once); in InitializeMemprofInterceptors()
314 was_called_once = true; in InitializeMemprofInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp748 static bool was_called_once; in InitializeAsanInterceptors() local
749 CHECK(!was_called_once); in InitializeAsanInterceptors()
750 was_called_once = true; in InitializeAsanInterceptors()