Searched defs:make_signed (Results 1 – 2 of 2) sorted by relevance
77 struct make_signed struct81 struct make_signed<char> struct83 typedef char type;87 struct make_signed<short> struct89 typedef short type;93 struct make_signed<int> struct95 typedef int type;99 struct make_signed<long> struct101 typedef long type;105 struct make_signed<unsigned char> struct[all …]
4654 struct make_signed struct4655 { typedef typename __make_signed_selector<_Tp>::__type type; };