Home
last modified time | relevance | path

Searched refs:_Tag (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dsso_string_base.h105 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_BEGIN_NAMESPACE() typedef
106 _M_construct(__beg, __end, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE()
Drc_string_base.h230 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()
Drope75 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/
Dhashtable_policy.h64 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/
Dbasic_string.h669 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/
Dbasic_string.h1453 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__config1257 …template <class ..._Tag> …
1258 _ClassName(typename _Tag::__allow_ctad...) -> _ClassName<_Tag...>
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dstl_rope.h481 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()