Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc58 struct InterceptorScope { struct
59 InterceptorScope() { ++in_interceptor_scope; } in InterceptorScope() function
60 ~InterceptorScope() { --in_interceptor_scope; } in ~InterceptorScope() argument
322 InterceptorScope interceptor_scope; in INTERCEPTOR()
349 InterceptorScope interceptor_scope; in INTERCEPTOR()
1225 InterceptorScope interceptor_scope; in INTERCEPTOR()
1237 InterceptorScope interceptor_scope; in INTERCEPTOR()
1295 InterceptorScope interceptor_scope; \