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

/external/compiler-rt/lib/interception/
H A Dinterception.h177 // Generally, you don't need to use DEFINE_REAL by itself, as INTERCEPTOR
182 # define DEFINE_REAL(ret_type, func, ...) \ macro
188 # define DEFINE_REAL(ret_type, func, ...) macro
193 DEFINE_REAL(ret_type, func, __VA_ARGS__) \

Completed in 85 milliseconds