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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp67 struct InterceptorScope { struct
68 InterceptorScope() { ++in_interceptor_scope; } function in struct:InterceptorScope
69 ~InterceptorScope() { --in_interceptor_scope; }
326 InterceptorScope interceptor_scope;
491 InterceptorScope interceptor_scope; \
1090 InterceptorScope interceptor_scope;
1208 InterceptorScope interceptor_scope;
1227 InterceptorScope interceptor_scope;
1289 InterceptorScope interceptor_scope; \
1368 InterceptorScope interceptor_scop
[all...]

Completed in 294 milliseconds