Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h154 struct ScopedEnableMsanInterceptorChecks { struct
155 ScopedEnableMsanInterceptorChecks() { in ScopedEnableMsanInterceptorChecks() argument
159 ~ScopedEnableMsanInterceptorChecks() { in ~ScopedEnableMsanInterceptorChecks() argument
H A DFuzzerLoop.cpp609 ScopedEnableMsanInterceptorChecks S; in ExecuteCallback()