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

/external/compiler-rt/lib/interception/
H A Dinterception.h158 # define PTR_TO_REAL(x) real_##x macro
159 # define REAL(x) __interception::PTR_TO_REAL(x)
165 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
185 FUNC_TYPE(func) PTR_TO_REAL(func); \
226 FUNC_TYPE(func) PTR_TO_REAL(func); \

Completed in 123 milliseconds