Lines Matching refs:type1
60 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ argument
61 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
62 static __inline __attribute__((__always_inline__)) type1 \
63 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
67 #define __ssp_bos_icheck3(fun, type1, type2) \ argument
68 static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
69 static __inline __attribute__((__always_inline__)) type1 \
70 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
74 #define __ssp_bos_icheck2_restrict(fun, type1, type2) \ argument
75 static __inline type1 __ ## fun ## _ichk(type1, type2); \
76 static __inline __attribute__((__always_inline__)) type1 \
77 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src) { \