HomeSort by relevance Sort by last modified time
    Searched full:interceptorscope (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 50 struct InterceptorScope {
51 InterceptorScope() { ++in_interceptor_scope; }
52 ~InterceptorScope() { --in_interceptor_scope; }
    [all...]

Completed in 433 milliseconds