Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
322 InterceptorScope interceptor_scope; in INTERCEPTOR()
487 InterceptorScope interceptor_scope; \
1102 InterceptorScope interceptor_scope; in INTERCEPTOR()
1220 InterceptorScope interceptor_scope; in INTERCEPTOR()
1239 InterceptorScope interceptor_scope; in INTERCEPTOR()
1310 InterceptorScope interceptor_scope; \
1391 InterceptorScope interceptor_scope; \