Searched defs:DECLARE_REAL (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception.h | 164 # define DECLARE_REAL(ret_type, func, ...) macro 167 # define DECLARE_REAL(ret_type, func, ...) \ macro 174 # define DECLARE_REAL(ret_type, func, ...) \ macro 182 # define DECLARE_REAL(ret_type, func, ...) \ macro
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors_memintrinsics.h | 21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.h | 90 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors_memintrinsics.h | 21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
|
/external/compiler-rt/lib/interception/ |
D | interception.h | 156 # define DECLARE_REAL(ret_type, func, ...) \ macro 163 # define DECLARE_REAL(ret_type, func, ...) \ macro
|
/external/compiler-rt/lib/esan/ |
D | esan_interceptors.cpp | 395 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_libdispatch.cpp | 381 DECLARE_REAL(void, dispatch_group_notify_f, dispatch_group_t group, in DECLARE_REAL() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1189 DECLARE_REAL(int, shmctl, int shmid, int cmd, void *buf) in DECLARE_REAL() function
|