Searched refs:typeof (Results 1 – 2 of 2) sorted by relevance
4 #ifndef typeof5 #define typeof __typeof__ macro11 typeof(a) _a = a; \12 typeof(b) _b = b; \20 typeof(a) _a = a; \21 typeof(b) _b = b; \
40 typeof(src) __src = src; \