Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h165 struct ScopedDisableMsanInterceptorChecks { struct
166 ScopedDisableMsanInterceptorChecks() { in ScopedDisableMsanInterceptorChecks() function
170 ~ScopedDisableMsanInterceptorChecks() { in ~ScopedDisableMsanInterceptorChecks() argument
H A DFuzzerLoop.cpp184 ScopedDisableMsanInterceptorChecks S; in DumpCurrentUnit()