OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:was_called_once
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_signal_interceptors.inc
81
static bool
was_called_once
;
82
CHECK(!
was_called_once
);
83
was_called_once
= true;
/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;
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025