Home
last modified time | relevance | path

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

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