Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception.h154 # define FUNC_TYPE(x) x##_f macro
157 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
159 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
177 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
179 FUNC_TYPE(func) PTR_TO_REAL(func); \
218 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
220 FUNC_TYPE(func) PTR_TO_REAL(func); \