Searched defs:DECLARE_REAL (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/lib/interception/ |
H A D | interception.h | 46 // 3a) add DECLARE_REAL(int, foo, const char*, double) to a 54 // DECLARE_REAL(...) are located inside namespaces. 60 // DECLARE_REAL(int, foo, const char *bar, double baz) in your 148 # define DECLARE_REAL(ret_type, func, ...) \ macro 155 # define DECLARE_REAL(ret_type, func, ...) \ macro 160 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
|
Completed in 131 milliseconds