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

/freebsd-current/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-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp312 static bool was_called_once; local
313 CHECK(!was_called_once);
314 was_called_once = true;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp748 static bool was_called_once; local
749 CHECK(!was_called_once);
750 was_called_once = true;

Completed in 148 milliseconds