Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h163 # define FUNC_TYPE(x) x##_type macro
166 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
168 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
198 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
200 FUNC_TYPE(func) PTR_TO_REAL(func); \
250 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
252 FUNC_TYPE(func) PTR_TO_REAL(func); \
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp20 #define FUNC_TYPE(x) x##_type macro
22 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
24 FUNC_TYPE(func) PTR_TO_REAL(func); \