Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dtype_traits.h269 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 Dstl_vector.h288 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 Dstl_bvector.h531 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 Dstl_list.h555 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 Dstl_deque.h746 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 Dbasic_string.h686 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 Dhalf_positive.h23 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 Drotate.h91 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 Dfunctions.h114 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 Dstl_vector.h257 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 Dstl_bvector.h509 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 Dstl_list.h514 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 Dstl_deque.h732 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 Dbasic_string.h1378 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 Dslist396 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 Dsso_string_base.h120 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 Drc_string_base.h245 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 Dslist409 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 Dvstring.h1151 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 Dlocale1372 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;