Searched refs:__make_signed (Results 1 – 1 of 1) sorted by relevance
42 struct __make_signed {}; struct45 struct __make_signed<_Tp, true>50 template <> struct __make_signed<bool, true> {};51 template <> struct __make_signed< signed short, true> {typedef short type;};52 template <> struct __make_signed<unsigned short, true> {typedef short type;};53 template <> struct __make_signed< signed int, true> {typedef int type;};54 template <> struct __make_signed<unsigned int, true> {typedef int type;};55 template <> struct __make_signed< signed long, true> {typedef long type;};56 template <> struct __make_signed<unsigned long, true> {typedef long type;};57 template <> struct __make_signed< signed long long, true> {typedef long long type;};[all …]