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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 53 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
189 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
193 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...)
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception.h 53 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
262 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
273 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...)
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h 52 // 3b) add DECLARE_REAL_AND_INTERCEPTOR(int, foo, const char*, double)
179 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
188 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...)

Completed in 31 milliseconds