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

/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc48 // FunctionInterceptor<LINE>::Execute() method intercepting the hook.
49 // The default implementation of FunctionInterceptor<LINE> is to call
52 struct FunctionInterceptor { struct
53 static void Execute() { FunctionInterceptor<LINE-1>::Execute(); }
58 struct FunctionInterceptor<0> { struct
63 template<> struct FunctionInterceptor<__LINE__> { \
69 FunctionInterceptor<__LINE__-1>::Execute(); \
83 #define INTERCEPT_HOOKS FunctionInterceptor<__LINE__>::Execute

Completed in 18 milliseconds