Lines Matching defs:type1
86 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \
87 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
88 static __inline __attribute__((__always_inline__)) type1 \
89 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
93 #define __ssp_bos_icheck3(fun, type1, type2) \
94 static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
95 static __inline __attribute__((__always_inline__)) type1 \
96 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
100 #define __ssp_bos_icheck2_restrict(fun, type1, type2) \
101 static __inline type1 __ ## fun ## _ichk(type1, type2); \
102 static __inline __attribute__((__always_inline__)) type1 \
103 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src) { \