Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp72 struct InterceptorScope { struct
73 InterceptorScope() { ++in_interceptor_scope; } in InterceptorScope() argument
74 ~InterceptorScope() { --in_interceptor_scope; } in ~InterceptorScope() argument
350 InterceptorScope interceptor_scope; in INTERCEPTOR()
586 InterceptorScope interceptor_scope; \
1235 InterceptorScope interceptor_scope; in INTERCEPTOR()
1335 InterceptorScope interceptor_scope; in INTERCEPTOR()
1354 InterceptorScope interceptor_scope; in INTERCEPTOR()
1425 InterceptorScope interceptor_scope; \
1507 InterceptorScope interceptor_scope; \