HomeSort by: relevance | last modified time | path
    Searched defs:DECLARE_REAL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 49 // 3a) add DECLARE_REAL(int, foo, const char*, double) to a
57 // DECLARE_REAL(...) are located inside namespaces.
63 // DECLARE_REAL(int, foo, const char *bar, double baz) in your
165 # define DECLARE_REAL(ret_type, func, ...)
168 # define DECLARE_REAL(ret_type, func, ...) \
175 # define DECLARE_REAL(ret_type, func, ...) \
183 # define DECLARE_REAL(ret_type, func, ...) \
190 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception.h 49 // 3a) add DECLARE_REAL(int, foo, const char*, double) to a
57 // DECLARE_REAL(...) are located inside namespaces.
63 // DECLARE_REAL(int, foo, const char *bar, double baz) in your
242 # define DECLARE_REAL(ret_type, func, ...)
248 # define DECLARE_REAL(ret_type, func, ...) \
256 # define DECLARE_REAL(ret_type, func, ...) \
263 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h 48 // 3a) add DECLARE_REAL(int, foo, const char*, double) to a
56 // DECLARE_REAL(...) are located inside namespaces.
62 // DECLARE_REAL(int, foo, const char *bar, double baz) in your
159 # define DECLARE_REAL(ret_type, func, ...)
165 # define DECLARE_REAL(ret_type, func, ...) \
173 # define DECLARE_REAL(ret_type, func, ...) \
180 DECLARE_REAL(ret_type, func, __VA_ARGS__) \

Completed in 104 milliseconds