Searched defs:DEFINE_REAL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 21 #define DEFINE_REAL(ret_type, func, ...) \ macro 141 DEFINE_REAL(int, bcmp, const void *, const void *, size_t) in DEFINE_REAL() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception.h | 282 # define DEFINE_REAL(ret_type, func, ...) \ macro 288 # define DEFINE_REAL(ret_type, func, ...) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 504 DEFINE_REAL(char*, index, const char *string, int c) function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 600 DEFINE_REAL(int, setjmp_symname, void *env) in DEFINE_REAL() function
|