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

/external/compiler-rt/lib/interception/
H A Dinterception.h41 // 2) Call "INTERCEPT_FUNCTION(foo)" prior to the first call of "foo".
42 // INTERCEPT_FUNCTION(foo) evaluates to "true" iff the function was
49 // However, if the call "INTERCEPT_FUNCTION(foo)" and definition for
88 // INTERCEPT_FUNCTION() is effectively a no-op on this system.
238 // INTERCEPT_FUNCTION macro, only its name.
251 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
256 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func)
261 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func)

Completed in 74 milliseconds