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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_signal_interceptors.inc90 static bool was_called_once;
91 CHECK(!was_called_once);
92 was_called_once = true;
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp335 static bool was_called_once; local
336 CHECK(!was_called_once);
337 was_called_once = true;
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp652 static bool was_called_once; local
653 CHECK(!was_called_once);
654 was_called_once = true;

Completed in 145 milliseconds