Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors_memintrinsics.h21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h242 # define DECLARE_REAL(ret_type, func, ...) macro
248 # define DECLARE_REAL(ret_type, func, ...) \ macro
256 # define DECLARE_REAL(ret_type, func, ...) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp381 DECLARE_REAL(void, dispatch_group_notify_f, dispatch_group_t group, in DECLARE_REAL() function