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

/external/compiler-rt/lib/asan/interception/
H A Dinterception.h40 // 2) Call "INTERCEPT_FUNCTION(foo)" prior to the first call of "foo".
41 // INTERCEPT_FUNCTION(foo) evaluates to "true" iff the function was
48 // However, if the call "INTERCEPT_FUNCTION(foo)" and definition for
144 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX(func) macro
149 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
152 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro

Completed in 155 milliseconds