Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h49 bool InInterceptorScope() { return in_interceptor_scope_; } in InInterceptorScope() function
H A Dhwasan_interceptors.cc50 return t && t->InInterceptorScope(); in IsInInterceptorScope()