Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_signal_interceptors.inc82 static bool was_called_once;
83 CHECK(!was_called_once);
84 was_called_once = true;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp339 static bool was_called_once; in InitializeMemprofInterceptors() local
340 CHECK(!was_called_once); in InitializeMemprofInterceptors()
341 was_called_once = true; in InitializeMemprofInterceptors()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp616 static bool was_called_once; in InitializeAsanInterceptors() local
617 CHECK(!was_called_once); in InitializeAsanInterceptors()
618 was_called_once = true; in InitializeAsanInterceptors()