Searched refs:__is_integer (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dcpp_type_traits.h158 struct __is_integer struct
168 struct __is_integer<bool> struct
175 struct __is_integer<char> struct
182 struct __is_integer<signed char> struct
189 struct __is_integer<unsigned char> struct
197 struct __is_integer<wchar_t> struct
205 struct __is_integer<short> struct
212 struct __is_integer<unsigned short> struct
219 struct __is_integer<int> struct
226 struct __is_integer<unsigne struct
233 struct __is_integer<long> struct
240 struct __is_integer<unsigned long> struct
247 struct __is_integer<long long> struct
254 struct __is_integer<unsigned long long> struct
[all...]
H A Dstl_vector.h271 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
327 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
689 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
H A Dstl_list.h525 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
578 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
H A Dstl_bvector.h521 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
554 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
732 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
H A Dstl_deque.h744 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
796 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
1160 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
H A Dbasic_string.h1388 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
1478 typedef typename std::__is_integer<_InIterator>::__type _Integral;
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dtype_traits.h71 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
114 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;
H A Dnumeric_traits.h86 : public __conditional_type<std::__is_integer<_Value>::__value,
H A Dsso_string_base.h120 typedef typename std::__is_integer<_InIterator>::__type _Integral;
H A Drc_string_base.h245 typedef typename std::__is_integer<_InIterator>::__type _Integral;
H A Dvstring.h1151 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h111 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
127 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
143 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
159 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value
160 && __is_integer<_Up>::__value,
176 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
192 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
208 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
224 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,
240 inline typename __gnu_cxx::__enable_if<__is_integer<_T
[all...]
/freebsd-10-stable/contrib/libstdc++/include/debug/
H A Dfunctions.h41 #include <bits/cpp_type_traits.h> // for __is_integer
141 typedef typename std::__is_integer<_InputIterator>::__type _Integral;

Completed in 232 milliseconds