Home
last modified time | relevance | path

Searched refs:FUNC_TYPE (Results 1 – 2 of 2) 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); \
/external/protobuf/objectivec/
DGPBMessage.m2058 #define CASE_SINGLE_POD(NAME, TYPE, FUNC_TYPE) \
2061 GPBSet##FUNC_TYPE##IvarWithFieldInternal(self, field, val, syntax); \
2829 #define CASE_SINGLE_POD(NAME, TYPE, FUNC_TYPE) \
2831 TYPE fieldVal = GPBGetMessage##FUNC_TYPE##Field(self, fieldDescriptor); \