Searched refs:_Tag (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dsso_string_base.h105 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; typedef
106 _M_construct(__beg, __end, _Tag());
H A Drc_string_base.h230 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; typedef
231 return _S_construct(__beg, __end, __a, _Tag());
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h64 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; typedef
65 return __distance_fw(__first, __last, _Tag());
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h1463 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; typedef
1464 return _S_construct(__beg, __end, __a, _Tag());

Completed in 119 milliseconds