Home
last modified time | relevance | path

Searched refs:PTR_TO_REAL (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h161 # define PTR_TO_REAL(x) real_##x macro
162 # define REAL(x) __interception::PTR_TO_REAL(x)
168 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
200 FUNC_TYPE(func) PTR_TO_REAL(func); \
252 FUNC_TYPE(func) PTR_TO_REAL(func); \
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp18 #define PTR_TO_REAL(x) real_##x macro
19 #define REAL(x) __interception::PTR_TO_REAL(x)
24 FUNC_TYPE(func) PTR_TO_REAL(func); \