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

/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc50 // FunctionInterceptor<LINE>::Execute() method intercepting the hook.
51 // The default implementation of FunctionInterceptor<LINE> is to call
54 struct FunctionInterceptor { struct
55 static void Execute() { FunctionInterceptor<LINE-1>::Execute(); }
60 struct FunctionInterceptor<0> { struct
65 template<> struct FunctionInterceptor<__LINE__> { \
71 FunctionInterceptor<__LINE__-1>::Execute(); \
85 #define INTERCEPT_HOOKS FunctionInterceptor<__LINE__>::Execute

Completed in 82 milliseconds