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

/external/compiler-rt/lib/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
175 // INTERCEPT_FUNCTION macro, only its name.
184 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX(func) macro
189 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func)
192 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func)

Completed in 469 milliseconds