Searched defs:__make_unsigned (Results 1 – 1 of 1) sorted by relevance
4503 struct __make_unsigned struct4504 { typedef _Tp __type; };4507 struct __make_unsigned<char> struct4508 { typedef unsigned char __type; };4511 struct __make_unsigned<signed char> struct4512 { typedef unsigned char __type; };4515 struct __make_unsigned<short> struct4516 { typedef unsigned short __type; };4519 struct __make_unsigned<int> struct4520 { typedef unsigned int __type; };[all …]