Searched defs:DECLARE_REAL (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/lib/interception/ |
H A D | interception.h | 47 // 3a) add DECLARE_REAL(int, foo, const char*, double) to a 55 // DECLARE_REAL(...) are located inside namespaces. 61 // DECLARE_REAL(int, foo, const char *bar, double baz) in your 156 # define DECLARE_REAL(ret_type, func, ...) \ macro 163 # define DECLARE_REAL(ret_type, func, ...) \ macro 168 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
|
Completed in 151 milliseconds