Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc55 struct InterceptorScope { struct
56 InterceptorScope() { ++in_interceptor_scope; } in InterceptorScope() function
57 ~InterceptorScope() { --in_interceptor_scope; } in ~InterceptorScope() argument
336 InterceptorScope interceptor_scope; in INTERCEPTOR()
363 InterceptorScope interceptor_scope; in INTERCEPTOR()
1354 InterceptorScope interceptor_scope; in INTERCEPTOR()
1366 InterceptorScope interceptor_scope; in INTERCEPTOR()
1414 InterceptorScope interceptor_scope; \