Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Denable_special_members.h49 template<bool _Switch, typename _Tag = void> in _GLIBCXX_VISIBILITY()
73 template<bool _Switch, typename _Tag = void> in _GLIBCXX_VISIBILITY()
83 typename _Tag = void> in _GLIBCXX_VISIBILITY()
96 typename _Tag = void> in _GLIBCXX_VISIBILITY()
98 : private _Enable_default_constructor<_Default, _Tag>, in _GLIBCXX_VISIBILITY()
99 private _Enable_destructor<_Destructor, _Tag>, in _GLIBCXX_VISIBILITY()
102 _Tag> in _GLIBCXX_VISIBILITY()
107 template<typename _Tag> in _GLIBCXX_VISIBILITY()
108 struct _Enable_default_constructor<false, _Tag> in _GLIBCXX_VISIBILITY()
125 template<typename _Tag> in _GLIBCXX_VISIBILITY()
[all …]
H A Dbasic_string.h254 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_VISIBILITY() typedef
255 _M_construct(__beg, __end, _Tag()); in _GLIBCXX_VISIBILITY()
5142 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_VISIBILITY()
5143 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Denable_special_members.h52 template<bool _Switch, typename _Tag = void> in _GLIBCXX_VISIBILITY()
76 template<bool _Switch, typename _Tag = void> in _GLIBCXX_VISIBILITY()
86 typename _Tag = void> in _GLIBCXX_VISIBILITY()
99 typename _Tag = void> in _GLIBCXX_VISIBILITY()
101 : private _Enable_default_constructor<_Default, _Tag>, in _GLIBCXX_VISIBILITY()
102 private _Enable_destructor<_Destructor, _Tag>, in _GLIBCXX_VISIBILITY()
105 _Tag> in _GLIBCXX_VISIBILITY()
110 template<typename _Tag> in _GLIBCXX_VISIBILITY()
111 struct _Enable_default_constructor<false, _Tag> in _GLIBCXX_VISIBILITY()
128 template<typename _Tag> in _GLIBCXX_VISIBILITY()
[all …]
H A Dboost_concept_check.h512 template <typename _It, typename _Seq, typename _Tag> in _GLIBCXX_VISIBILITY()
513 struct _Is_vector_bool_iterator<__gnu_debug::_Safe_iterator<_It, _Seq, _Tag> > in _GLIBCXX_VISIBILITY()
H A Dcow_string.h2131 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_VISIBILITY() typedef
2132 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_VISIBILITY()
H A Dbasic_string.h312 typedef typename iterator_traits<_InIterator>::iterator_category _Tag; in _GLIBCXX_VISIBILITY()
313 _M_construct(__beg, __end, _Tag()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dnumericfwd.h53 template<typename _IIter, typename _Tp, typename _Tag> in _GLIBCXX_VISIBILITY()
55 __accumulate_switch(_IIter, _IIter, _Tp, _Tag); in _GLIBCXX_VISIBILITY()
72 typename _Tag> in _GLIBCXX_VISIBILITY()
74 __accumulate_switch(_IIter, _IIter, _Tp, _BinaryOper, _Tag); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dnumericfwd.h53 template<typename _IIter, typename _Tp, typename _Tag> in _GLIBCXX_VISIBILITY()
55 __accumulate_switch(_IIter, _IIter, _Tp, _Tag); in _GLIBCXX_VISIBILITY()
72 typename _Tag> in _GLIBCXX_VISIBILITY()
74 __accumulate_switch(_IIter, _IIter, _Tp, _BinaryOper, _Tag); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtag_and_trait.hpp219 template<typename _Tag>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtag_and_trait.hpp219 template<typename _Tag>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dsso_string_base.h102 _Tag; in _GLIBCXX_VISIBILITY() typedef
103 _M_construct(__beg, __end, _Tag()); in _GLIBCXX_VISIBILITY()
H A Drc_string_base.h235 _Tag; in _GLIBCXX_VISIBILITY() typedef
236 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_VISIBILITY()
H A Drope74 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function};
602 __detail::_Tag _M_tag:8;
624 _Rope_RopeRep(__detail::_Tag __t, int __d, bool __b, size_type __size,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dsso_string_base.h102 _Tag; in _GLIBCXX_VISIBILITY() typedef
103 _M_construct(__beg, __end, _Tag()); in _GLIBCXX_VISIBILITY()
H A Drc_string_base.h235 _Tag; in _GLIBCXX_VISIBILITY() typedef
236 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_VISIBILITY()
H A Drope74 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function};
586 __detail::_Tag _M_tag:8;
608 _Rope_RopeRep(__detail::_Tag __t, int __d, bool __b, size_type __size,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; in _GLIBCXX_VISIBILITY() typedef
58 return __distance_fw(__first, __last, _Tag()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; in _GLIBCXX_VISIBILITY() typedef
58 return __distance_fw(__first, __last, _Tag()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dvariant1860 using _Tag = __detail::__variant::__deduce_visit_result<_Result_type>;
1877 return std::__do_visit<_Tag>(
1882 return std::__do_visit<_Tag>(
H A Dtype_traits2410 template<typename _Tp, typename _Tag>
2412 { using __invoke_type = _Tag; };
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dvariant1725 using _Tag = __detail::__variant::__deduce_visit_result<_Result_type>;
1727 return std::__do_visit<_Tag>(std::forward<_Visitor>(__visitor),
H A Dtype_traits2357 template<typename _Tp, typename _Tag>
2359 { using __invoke_type = _Tag; };
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20044014 (namespace _Rope_constants): Move _S_max_rope_depth, and _Tag