Searched refs:DEFINE_REAL_EX (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception.h | 138 # define DEFINE_REAL_EX(ret_type, convention, func, ...) \ macro 144 # define DEFINE_REAL_EX(ret_type, convention, func, ...) macro 154 DEFINE_REAL_EX(ret_type, DEFAULT_CONVENTION, func, __VA_ARGS__) 157 DEFINE_REAL_EX(ret_type, convention, func, __VA_ARGS__) \
|