HomeSort by: relevance | last modified time | path
    Searched refs:interceptor_placeholder (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1099 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
1101 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 209 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)];
211 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]);

Completed in 40 milliseconds