Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp68 struct InterceptorScope { struct
69 InterceptorScope() { ++in_interceptor_scope; } in InterceptorScope() argument
70 ~InterceptorScope() { --in_interceptor_scope; } in ~InterceptorScope() argument
327 InterceptorScope interceptor_scope; in INTERCEPTOR()
492 InterceptorScope interceptor_scope; \
1080 InterceptorScope interceptor_scope; in INTERCEPTOR()
1198 InterceptorScope interceptor_scope; in INTERCEPTOR()
1217 InterceptorScope interceptor_scope; in INTERCEPTOR()
1287 InterceptorScope interceptor_scope; \
1368 InterceptorScope interceptor_scope; \