Searched defs:DECLARE_REAL (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception.h | 163 # define DECLARE_REAL(ret_type, func, ...) macro 166 # define DECLARE_REAL(ret_type, func, ...) \ macro 173 # define DECLARE_REAL(ret_type, func, ...) \ macro 181 # define DECLARE_REAL(ret_type, func, ...) \ macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception.h | 165 # define DECLARE_REAL(ret_type, func, ...) macro 168 # define DECLARE_REAL(ret_type, func, ...) \ macro 175 # define DECLARE_REAL(ret_type, func, ...) \ macro 183 # define DECLARE_REAL(ret_type, func, ...) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception.h | 159 # define DECLARE_REAL(ret_type, func, ...) macro 165 # define DECLARE_REAL(ret_type, func, ...) \ macro 173 # define DECLARE_REAL(ret_type, func, ...) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors_memintrinsics.h | 21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_interceptors_memintrinsics.h | 20 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_interceptors_memintrinsics.h | 22 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 381 DECLARE_REAL(void, dispatch_group_notify_f, dispatch_group_t group, in DECLARE_REAL() function
|