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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1102 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)]; variable
1104 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp205 static ALIGNED(64) char interceptor_placeholder[sizeof(InterceptorContext)]; member in namespace:__tsan
207 return reinterpret_cast<InterceptorContext*>(&interceptor_placeholder[0]);

Completed in 165 milliseconds