Searched refs:_Tag (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | sso_string_base.h | 105 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_BEGIN_NAMESPACE() typedef 106 _M_construct(__beg, __end, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | rc_string_base.h | 230 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_BEGIN_NAMESPACE() typedef 231 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | rope | 75 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function}; 561 __detail::_Tag _M_tag:8; 577 _Rope_RopeRep(__detail::_Tag __t, int __d, bool __b, size_t __size,
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | hashtable_policy.h | 64 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; in _GLIBCXX_BEGIN_NAMESPACE() typedef 65 return __distance_fw(__first, __last, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | basic_string.h | 669 typedef typename iterator_traits<_InIter>::iterator_category _Tag; in _S_construct_aux() typedef 670 return _S_construct(__beg, __end, __a, _Tag()); in _S_construct_aux()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | basic_string.h | 1453 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_BEGIN_NAMESPACE() typedef 1454 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __config | 1257 …template <class ..._Tag> … 1258 _ClassName(typename _Tag::__allow_ctad...) -> _ClassName<_Tag...>
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | stl_rope.h | 481 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function}; enum 482 _Tag _M_tag:8; 494 _Rope_RopeRep(_Tag __t, int __d, bool __b, size_t __size, in _Rope_RopeRep()
|