Searched refs:__is_integer_nonstrict (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h51 struct __is_integer_nonstrict struct in inherits:std::__is_integer
64 static_assert(__is_integer_nonstrict<_Value>::__value,
72 = __is_integer_nonstrict<_Value>::__width - __is_signed_val;
93 // Enable __numeric_traits_integer for types where the __is_integer_nonstrict
96 template<> struct __is_integer_nonstrict<T> \
102 template<> struct __is_integer_nonstrict<unsigned T> \
181 : public __conditional_type<__is_integer_nonstrict<_Value>::__value,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h51 struct __is_integer_nonstrict struct in inherits:std::__is_integer
64 static_assert(__is_integer_nonstrict<_Value>::__value,
72 = __is_integer_nonstrict<_Value>::__width - __is_signed_val;
93 // Enable __numeric_traits_integer for types where the __is_integer_nonstrict
97 template<> struct __is_integer_nonstrict<T> \
104 template<> struct __is_integer_nonstrict<unsigned T> \

Completed in 189 milliseconds