Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp51 static bool FuzzerInitIsRunning; variable
56 assert(!FuzzerInitIsRunning); in ensureFuzzerInited()
226 assert(!FuzzerInitIsRunning); in fuzzerInit()
229 FuzzerInitIsRunning = true; in fuzzerInit()
250 FuzzerInitIsRunning = false; in fuzzerInit()