Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
Dhelper_functions.h84 template<typename _Integral>
85 struct _Distance_traits<_Integral, std::__true_type>
142 template<typename _Integral>
145 __valid_range_aux(_Integral, _Integral, std::__true_type)
148 template<typename _Integral>
151 __valid_range_aux(_Integral, _Integral,
152 typename _Distance_traits<_Integral>::__type& __dist,
233 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
234 return __valid_range_aux(__first, __last, __dist, _Integral());
256 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
[all …]
Dfunctions.h169 typename _Integral>
173 _Integral, _Integral, std::__true_type) in __foreign_iterator_aux() argument
197 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in __foreign_iterator() typedef
198 return __foreign_iterator_aux(__it, __other, __other_end, _Integral()); in __foreign_iterator()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dstl_bvector.h835 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
836 _M_initialize_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
932 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
933 _M_assign_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
1182 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
1183 _M_insert_dispatch(__position, __first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
Dstl_vector.h718 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
719 _M_initialize_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
833 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
834 _M_assign_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
1508 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
1509 _M_insert_dispatch(__position, __first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
Dstl_deque.h1017 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
1018 _M_initialize_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
1116 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
1117 _M_assign_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
1755 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
1756 _M_insert_dispatch(__position, __first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
Dstl_list.h890 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
891 _M_initialize_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
992 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
993 _M_assign_dispatch(__first, __last, _Integral()); in _GLIBCXX_VISIBILITY()
Dcow_string.h1981 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
1982 return _M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral()); in _GLIBCXX_VISIBILITY()
2152 typedef typename std::__is_integer<_InIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
2153 return _S_construct_aux(__beg, __end, __a, _Integral()); in _GLIBCXX_VISIBILITY()
Dbasic_string.h770 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
771 _M_construct_aux(__beg, __end, _Integral()); in _GLIBCXX_VISIBILITY()
2365 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY()
2366 return _M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral()); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dsso_string_base.h121 typedef typename std::__is_integer<_InIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
122 _M_construct_aux(__beg, __end, _Integral()); in _GLIBCXX_VISIBILITY()
Drc_string_base.h256 typedef typename std::__is_integer<_InIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
257 return _S_construct_aux(__beg, __end, __a, _Integral()); in _GLIBCXX_VISIBILITY()
Dslist405 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
406 _M_assign_dispatch(__first, __last, _Integral());
529 typedef typename std::__is_integer<_InIterator>::__type _Integral;
530 _M_insert_after_range(__pos, __first, __last, _Integral());
Dvstring.h1498 typedef typename std::__is_integer<_InputIterator>::__type _Integral; in _GLIBCXX_VISIBILITY() typedef
1499 return this->_M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral()); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20182329 (__valid_range_aux<_Integral>): Pass _Integral by copy.
DChangeLog-20191747 (__valid_range_aux(_Integral, _Integral, std::__true_type)): New,