/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | type_traits.h | 269 typedef __true_type _Integral; 273 typedef __true_type _Integral; 277 typedef __true_type _Integral; 281 typedef __true_type _Integral; 285 typedef __true_type _Integral; 289 typedef __true_type _Integral; 293 typedef __true_type _Integral; 297 typedef __true_type _Integral; 301 typedef __true_type _Integral; 305 typedef __true_type _Integral; [all …]
|
H A D | stl_vector.h | 288 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in _Base() typedef 289 _M_initialize_dispatch(__first, __last, _Integral()); in _Base() 341 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef 342 _M_assign_dispatch(__first, __last, _Integral()); in assign() 692 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef 693 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert()
|
H A D | stl_bvector.h | 531 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; typedef 532 _M_initialize_dispatch(__first, __last, _Integral()); 568 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef 569 _M_assign_dispatch(__first, __last, _Integral()); in assign() 668 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef 669 _M_insert_dispatch(__position, __first, __last, _Integral()); in insert()
|
H A D | stl_list.h | 555 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef 556 _M_assign_dispatch(__first, __last, _Integral()); in assign() 850 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef 851 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert()
|
H A D | stl_deque.h | 746 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in _Base() typedef 747 _M_initialize_dispatch(__first, __last, _Integral()); in _Base() 796 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef 797 _M_assign_dispatch(__first, __last, _Integral()); in assign() 1194 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef 1195 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert()
|
H A D | basic_string.h | 686 typedef typename _Is_integer<_InIter>::_Integral _Integral; in _S_construct() typedef 687 return _S_construct_aux(__beg, __end, __a, _Integral()); in _S_construct()
|
/openbsd/gnu/llvm/libcxx/include/__algorithm/ |
H A D | half_positive.h | 23 template <typename _Integral> 27 is_integral<_Integral>::value, 28 _Integral 30 __half_positive(_Integral __value) in __half_positive() 32 return static_cast<_Integral>(static_cast<__make_unsigned_t<_Integral> >(__value) / 2); in __half_positive()
|
H A D | rotate.h | 91 template<typename _Integral> 93 _LIBCPP_CONSTEXPR_SINCE_CXX17 _Integral 94 __algo_gcd(_Integral __x, _Integral __y) in __algo_gcd() 98 _Integral __t = __x % __y; in __algo_gcd()
|
/openbsd/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | functions.h | 114 template<typename _Integral> 116 __valid_range_aux(const _Integral&, const _Integral&, std::__true_type) in __valid_range_aux() argument 141 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in __valid_range() typedef 142 return __valid_range_aux(__first, __last, _Integral()); in __valid_range()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_vector.h | 257 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _Base() typedef 258 _M_initialize_dispatch(__first, __last, _Integral()); in _Base() 313 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in assign() typedef 314 _M_assign_dispatch(__first, __last, _Integral()); in assign() 675 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in insert() typedef 676 _M_insert_dispatch(__position, __first, __last, _Integral()); in insert()
|
H A D | stl_bvector.h | 509 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 510 _M_initialize_dispatch(__first, __last, _Integral()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 542 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 543 _M_assign_dispatch(__first, __last, _Integral()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 720 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 721 _M_insert_dispatch(__position, __first, __last, _Integral()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
H A D | stl_list.h | 514 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _Base() typedef 515 _M_initialize_dispatch(__first, __last, _Integral()); in _Base() 567 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in assign() typedef 568 _M_assign_dispatch(__first, __last, _Integral()); in assign()
|
H A D | stl_deque.h | 732 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _Base() typedef 733 _M_initialize_dispatch(__first, __last, _Integral()); in _Base() 784 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in assign() typedef 785 _M_assign_dispatch(__first, __last, _Integral()); in assign() 1148 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in insert() typedef 1149 _M_insert_dispatch(__position, __first, __last, _Integral()); in insert()
|
H A D | basic_string.h | 1378 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NAMESPACE() typedef 1379 return _M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE() 1468 typedef typename std::__is_integer<_InIterator>::__type _Integral; in _GLIBCXX_BEGIN_NAMESPACE() typedef 1469 return _S_construct_aux(__beg, __end, __a, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | slist | 396 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; 397 _M_assign_dispatch(__first, __last, _Integral()); 480 typedef typename _Is_integer<_InIter>::_Integral _Integral; 481 _M_insert_after_range(__pos, __first, __last, _Integral());
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | sso_string_base.h | 120 typedef typename std::__is_integer<_InIterator>::__type _Integral; in _GLIBCXX_BEGIN_NAMESPACE() typedef 121 _M_construct_aux(__beg, __end, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE()
|
H A D | rc_string_base.h | 245 typedef typename std::__is_integer<_InIterator>::__type _Integral; in _GLIBCXX_BEGIN_NAMESPACE() typedef 246 return _S_construct_aux(__beg, __end, __a, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE()
|
H A D | slist | 409 typedef typename std::__is_integer<_InputIterator>::__type _Integral; 410 _M_assign_dispatch(__first, __last, _Integral()); 532 typedef typename std::__is_integer<_InIterator>::__type _Integral; 533 _M_insert_after_range(__pos, __first, __last, _Integral());
|
H A D | vstring.h | 1151 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NAMESPACE() typedef 1152 return _M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | locale | 1372 template <class _Integral> 1375 char_type __fl, _Integral __v, 1479 template <class _Integral> 1483 char_type __fl, _Integral __v, 1488 this->__format_int(__fmt+1, __len, is_signed<_Integral>::value, __iob.flags()); 1491 using _Unsigned = typename make_unsigned<_Integral>::type;
|