Searched defs:make_signed (Results 1 – 11 of 11) 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 …]
28 struct make_signed struct34 typedef typename remove_cv<T>::type t_no_cv;111 >::type base_integer_type;118 >::type const_base_integer_type;125 >::type type;
78 struct make_signed { struct79 using type _LIBCPP_NODEBUG = __make_signed_t<_Tp>; argument
317 template <typename T> struct make_signed { struct322 template <> struct make_signed<T> { \ argument
72 std::make_signed_t<T> make_signed() { in make_signed() function