Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp21 #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 Dinterception.h282 # 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 Dasan_interceptors.cpp504 DEFINE_REAL(char*, index, const char *string, int c) function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp600 DEFINE_REAL(int, setjmp_symname, void *env) in DEFINE_REAL() function