OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECLARE_REAL
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.h
109
DECLARE_REAL
(int, memcmp, const void *a1, const void *a2, uptr size)
110
DECLARE_REAL
(char*, strchr, const char *str, int c)
111
DECLARE_REAL
(SIZE_T, strlen, const char *s)
112
DECLARE_REAL
(char*, strncpy, char *to, const char *from, uptr size)
113
DECLARE_REAL
(uptr, strnlen, const char *s, uptr maxlen)
114
DECLARE_REAL
(char*, strstr, const char *s1, const char *s2)
asan_interceptors_memintrinsics.h
22
DECLARE_REAL
(void*, memcpy, void *to, const void *from, uptr size)
23
DECLARE_REAL
(void*, memset, void *block, int c, uptr size)
asan_interceptors.cc
367
DECLARE_REAL
(char*, index, const char *string, int c)
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_interceptors.h
134
DECLARE_REAL
(int, memcmp, const void *a1, const void *a2, uptr size)
135
DECLARE_REAL
(char*, strchr, const char *str, int c)
136
DECLARE_REAL
(SIZE_T, strlen, const char *s)
137
DECLARE_REAL
(char*, strncpy, char *to, const char *from, uptr size)
138
DECLARE_REAL
(uptr, strnlen, const char *s, uptr maxlen)
139
DECLARE_REAL
(char*, strstr, const char *s1, const char *s2)
asan_interceptors_memintrinsics.h
21
DECLARE_REAL
(void*, memcpy, void *to, const void *from, uptr size)
22
DECLARE_REAL
(void*, memset, void *block, int c, uptr size)
asan_interceptors.cpp
358
DECLARE_REAL
(char*, index, const char *string, int c)
/src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_linux_test.cc
28
DECLARE_REAL
(int, isdigit, int);
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h
49
// 3a) add
DECLARE_REAL
(int, foo, const char*, double) to a
57
//
DECLARE_REAL
(...) are located inside namespaces.
63
//
DECLARE_REAL
(int, foo, const char *bar, double baz) in your
165
# define
DECLARE_REAL
(ret_type, func, ...)
168
# define
DECLARE_REAL
(ret_type, func, ...) \
175
# define
DECLARE_REAL
(ret_type, func, ...) \
183
# define
DECLARE_REAL
(ret_type, func, ...) \
190
DECLARE_REAL
(ret_type, func, __VA_ARGS__) \
/src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h
48
// 3a) add
DECLARE_REAL
(int, foo, const char*, double) to a
56
//
DECLARE_REAL
(...) are located inside namespaces.
62
//
DECLARE_REAL
(int, foo, const char *bar, double baz) in your
159
# define
DECLARE_REAL
(ret_type, func, ...)
165
# define
DECLARE_REAL
(ret_type, func, ...) \
173
# define
DECLARE_REAL
(ret_type, func, ...) \
180
DECLARE_REAL
(ret_type, func, __VA_ARGS__) \
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_poisoning.cc
20
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)
msan_interceptors.cc
57
DECLARE_REAL
(SIZE_T, strlen, const char *s)
58
DECLARE_REAL
(SIZE_T, strnlen, const char *s, SIZE_T maxlen)
59
DECLARE_REAL
(void *, memcpy, void *dest, const void *src, uptr n)
60
DECLARE_REAL
(void *, memset, void *dest, int c, uptr n)
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_new_delete.cc
28
DECLARE_REAL
(void *, malloc, uptr size)
29
DECLARE_REAL
(void, free, void *ptr)
tsan_interceptors.cc
89
DECLARE_REAL
(int, pthread_attr_getdetachstate, void *, void *)
93
DECLARE_REAL
(int, pthread_mutexattr_gettype, void *, void *)
94
DECLARE_REAL
(int, fflush, __sanitizer_FILE *fp)
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_new_delete.cpp
27
DECLARE_REAL
(void *, malloc, uptr size)
28
DECLARE_REAL
(void, free, void *ptr)
tsan_platform_linux.cpp
78
DECLARE_REAL
(int, _setjmp, void *env)
tsan_interceptors_libdispatch.cpp
250
DECLARE_REAL
(void, dispatch_after_f, dispatch_time_t when,
381
DECLARE_REAL
(void, dispatch_group_notify_f, dispatch_group_t group,
tsan_interceptors_posix.cpp
83
DECLARE_REAL
(int, pthread_attr_getdetachstate, void *, void *)
89
DECLARE_REAL
(int, pthread_mutexattr_gettype, void *, void *)
90
DECLARE_REAL
(int, fflush, __sanitizer_FILE *fp)
Completed in 53 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026