Searched refs:DECLARE_WRAPPER (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/interception/ |
D | interception.h | 122 # define DECLARE_WRAPPER(ret_type, func, ...) macro 128 # define DECLARE_WRAPPER(ret_type, func, ...) \ macro 139 # define DECLARE_WRAPPER(ret_type, func, ...) \ macro 146 # define DECLARE_WRAPPER(ret_type, func, ...) \ macro 188 DECLARE_WRAPPER(ret_type, func, __VA_ARGS__) \
|