Home
last modified time | relevance | path

Searched refs:__make_signed (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dmake_signed.h42 struct __make_signed {}; struct
45 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 …]