Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/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()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_vector.h271 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _Base() typedef
272 _M_initialize_dispatch(__first, __last, _Integral()); in _Base()
327 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in assign() typedef
328 _M_assign_dispatch(__first, __last, _Integral()); in assign()
689 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in insert() typedef
690 _M_insert_dispatch(__position, __first, __last, _Integral()); in insert()
H A Dstl_bvector.h521 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
522 _M_initialize_dispatch(__first, __last, _Integral()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
554 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
555 _M_assign_dispatch(__first, __last, _Integral()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
732 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
733 _M_insert_dispatch(__position, __first, __last, _Integral()); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
H A Dstl_list.h525 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _Base() typedef
526 _M_initialize_dispatch(__first, __last, _Integral()); in _Base()
578 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in assign() typedef
579 _M_assign_dispatch(__first, __last, _Integral()); in assign()
H A Dstl_deque.h744 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _Base() typedef
745 _M_initialize_dispatch(__first, __last, _Integral()); in _Base()
796 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in assign() typedef
797 _M_assign_dispatch(__first, __last, _Integral()); in assign()
1160 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in insert() typedef
1161 _M_insert_dispatch(__position, __first, __last, _Integral()); in insert()
H A Dbasic_string.h1388 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_BEGIN_NAMESPACE() typedef
1389 return _M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE()
1478 typedef typename std::__is_integer<_InIterator>::__type _Integral; in _GLIBCXX_BEGIN_NAMESPACE() typedef
1479 return _S_construct_aux(__beg, __end, __a, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/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()
/freebsd-12.1/contrib/libc++/include/
H A Dalgorithm755 template <typename _Integral>
759 is_integral<_Integral>::value,
760 _Integral
762 __half_positive(_Integral __value)
764 … return static_cast<_Integral>(static_cast<typename make_unsigned<_Integral>::type>(__value) / 2);
2299 template<typename _Integral>
2301 _Integral
2302 __algo_gcd(_Integral __x, _Integral __y)
2306 _Integral __t = __x % __y;
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-16914 * _Integral types_ include `int' with any of its storage-class
7430 * _Integral types_ consist of `INTEGER', `CARDINAL', and their