Home
last modified time | relevance | path

Searched refs:DECLARE_REAL (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.h36 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size)
37 DECLARE_REAL(char *, strchr, const char *str, int c)
38 DECLARE_REAL(SIZE_T, strlen, const char *s)
39 DECLARE_REAL(char *, strncpy, char *to, const char *from, uptr size)
40 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen)
41 DECLARE_REAL(char *, strstr, const char *s1, const char *s2)
H A Dmemprof_interceptors_memintrinsics.h21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
22 DECLARE_REAL(void *, memset, void *block, int c, uptr size) in DECLARE_REAL()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.h127 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size)
128 DECLARE_REAL(char*, strchr, const char *str, int c)
129 DECLARE_REAL(SIZE_T, strlen, const char *s)
130 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size)
131 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen)
132 DECLARE_REAL(char*, strstr, const char *s1, const char *s2)
H A Dasan_interceptors_memintrinsics.h21 DECLARE_REAL(void *, memcpy, void *to, const void *from, uptr size) in DECLARE_REAL() function
22 DECLARE_REAL(void *, memset, void *block, int c, uptr size) in DECLARE_REAL()
H A Dasan_interceptors.cpp489 DECLARE_REAL(char*, index, const char *string, int c)
/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
263 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_poisoning.cpp20 DECLARE_REAL(void *, memset, void *dest, int c, uptr n)
21 DECLARE_REAL(void *, memcpy, void *dest, const void *src, uptr n)
22 DECLARE_REAL(void *, memmove, void *dest, const void *src, uptr n)
H A Dmsan_interceptors.cpp61 DECLARE_REAL(SIZE_T, strlen, const char *s)
62 DECLARE_REAL(SIZE_T, strnlen, const char *s, SIZE_T maxlen)
63 DECLARE_REAL(void *, memcpy, void *dest, const void *src, uptr n)
64 DECLARE_REAL(void *, memset, void *dest, int c, uptr n)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp27 DECLARE_REAL(void *, malloc, uptr size)
28 DECLARE_REAL(void, free, void *ptr)
H A Dtsan_interceptors_libdispatch.cpp250 DECLARE_REAL(void, dispatch_after_f, dispatch_time_t when, in DISPATCH_INTERCEPT_SYNC_F()
381 DECLARE_REAL(void, dispatch_group_notify_f, dispatch_group_t group, in DECLARE_REAL() function
H A Dtsan_platform_linux.cpp79 DECLARE_REAL(int, _setjmp, void *env)
H A Dtsan_interceptors_posix.cpp39 DECLARE_REAL(void *, memcpy, void *to, const void *from, SIZE_T size)
40 DECLARE_REAL(void *, memset, void *block, int c, SIZE_T size)
91 DECLARE_REAL(int, pthread_attr_getdetachstate, void *, void *)
97 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *)
98 DECLARE_REAL(int, fflush, __sanitizer_FILE *fp)