Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h197 # define DEFINE_REAL(ret_type, func, ...) \ macro
203 # define DEFINE_REAL(ret_type, func, ...) macro
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp397 DEFINE_REAL(char*, index, const char *string, int c) in DEFINE_REAL() function
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp641 DEFINE_REAL(int, setjmp_symname, void *env) in DEFINE_REAL() function