Home
last modified time | relevance | path

Searched defs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h262 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro
273 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp560 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp88 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() function