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

/external/compiler-rt/lib/interception/
H A Dinterception.h47 // 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
162 # define DECLARE_REAL(ret_type, func, ...) \ macro
169 # define DECLARE_REAL(ret_type, func, ...) \ macro
174 DECLARE_REAL(ret_type, func, __VA_ARGS__) \

Completed in 179 milliseconds