Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h161 struct ScopedDisableMsanInterceptorChecks { struct
162 ScopedDisableMsanInterceptorChecks() { in ScopedDisableMsanInterceptorChecks() function
166 ~ScopedDisableMsanInterceptorChecks() { in ~ScopedDisableMsanInterceptorChecks() argument
H A DFuzzerLoop.cpp179 ScopedDisableMsanInterceptorChecks S; in DumpCurrentUnit()
268 ScopedDisableMsanInterceptorChecks S; // RmDirRecursive may call opendir(). in InterruptCallback()