Searched defs:InterceptorScope (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc50 struct InterceptorScope { struct
51 InterceptorScope() { ++in_interceptor_scope; } function in struct:InterceptorScope
52 ~InterceptorScope() { --in_interceptor_scope; }
1223 InterceptorScope interceptor_scope; \

Completed in 690 milliseconds