Searched defs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception.h | 187 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro 191 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception.h | 179 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro 188 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception.h | 189 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro 193 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_interceptors.cpp | 84 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 515 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 517 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 560 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
|