Home
last modified time | relevance | path

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 Dinterception.h187 #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 Dinterception.h179 # 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 Dinterception.h189 #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 Dasan_interceptors.cpp84 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc515 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 Dtsan_libdispatch_mac.cc517 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp560 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function