Home
last modified time | relevance | path

Searched defs:DECLARE_REAL (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/interception/
Dinterception.h164 # 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/
Dmemprof_interceptors_memintrinsics.h21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
/external/compiler-rt/lib/asan/
Dasan_interceptors.h90 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors_memintrinsics.h21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
/external/compiler-rt/lib/interception/
Dinterception.h156 # define DECLARE_REAL(ret_type, func, ...) \ macro
163 # define DECLARE_REAL(ret_type, func, ...) \ macro
/external/compiler-rt/lib/esan/
Desan_interceptors.cpp395 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act, in DECLARE_REAL() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_libdispatch.cpp381 DECLARE_REAL(void, dispatch_group_notify_f, dispatch_group_t group, in DECLARE_REAL() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1189 DECLARE_REAL(int, shmctl, int shmid, int cmd, void *buf) in DECLARE_REAL() function