Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/interception/
Dinterception.h144 # 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