Home
last modified time | relevance | path

Searched defs:InterceptorScope (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp69 struct InterceptorScope { struct
70 InterceptorScope() { ++in_interceptor_scope; } in InterceptorScope() argument
71 ~InterceptorScope() { --in_interceptor_scope; } in ~InterceptorScope() argument