Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h150 struct ScopedEnableMsanInterceptorChecks { struct
151 ScopedEnableMsanInterceptorChecks() { in ScopedEnableMsanInterceptorChecks() function
155 ~ScopedEnableMsanInterceptorChecks() { in ~ScopedEnableMsanInterceptorChecks() argument
H A DFuzzerLoop.cpp606 ScopedEnableMsanInterceptorChecks S; in ExecuteCallback()