Home
last modified time | relevance | path

Searched defs:_Base (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dunordered_map.h57 _Base; in _GLIBCXX_VISIBILITY() typedef
108 _Base; in _GLIBCXX_VISIBILITY() typedef
183 typedef __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
235 typedef __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
H A Dunordered_set.h57 _Base; in _GLIBCXX_VISIBILITY() typedef
106 _Base; in _GLIBCXX_VISIBILITY() typedef
176 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
225 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dunordered_map.h57 _Base; in _GLIBCXX_VISIBILITY() typedef
108 _Base; in _GLIBCXX_VISIBILITY() typedef
183 typedef __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
235 typedef __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
H A Dunordered_set.h57 _Base; in _GLIBCXX_VISIBILITY() typedef
106 _Base; in _GLIBCXX_VISIBILITY() typedef
176 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
225 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h172 typedef _LoserTreeBase<_Tp, _Compare> _Base; typedef
264 typedef _LoserTreeBase<_Tp, _Compare> _Base; typedef
412 typedef _LoserTreePointerBase<_Tp, _Compare> _Base; typedef
494 typedef _LoserTreePointerBase<_Tp, _Compare> _Base; typedef
649 typedef _LoserTreeUnguardedBase<_Tp, _Compare> _Base; typedef
737 typedef _LoserTreeUnguardedBase<_Tp, _Compare> _Base; typedef
894 typedef _LoserTreePointerUnguardedBase<_Tp, _Compare> _Base; typedef
980 typedef _LoserTreePointerUnguardedBase<_Tp, _Compare> _Base; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dlosertree.h172 typedef _LoserTreeBase<_Tp, _Compare> _Base; typedef
264 typedef _LoserTreeBase<_Tp, _Compare> _Base; typedef
412 typedef _LoserTreePointerBase<_Tp, _Compare> _Base; typedef
494 typedef _LoserTreePointerBase<_Tp, _Compare> _Base; typedef
649 typedef _LoserTreeUnguardedBase<_Tp, _Compare> _Base; typedef
737 typedef _LoserTreeUnguardedBase<_Tp, _Compare> _Base; typedef
894 typedef _LoserTreePointerUnguardedBase<_Tp, _Compare> _Base; typedef
980 typedef _LoserTreePointerUnguardedBase<_Tp, _Compare> _Base; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_ppc.h41 using _Base = _SimdImplBuiltin<_Abi>; member
123 using _Base = _MaskImplBuiltin<_Abi>; member
H A Dsimd_neon.h50 using _Base = _SimdImplBuiltin<_Abi>; member
267 using _Base = _MaskImplBuiltinMixin; member
398 using _Base = _MaskImplBuiltin<_Abi>; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_compiler.h266 typedef _RegexTranslatorBase<_TraitsT, __icase, __collate> _Base; in _GLIBCXX_VISIBILITY() typedef
275 typedef _RegexTranslatorBase<_TraitsT, __icase, false> _Base; in _GLIBCXX_VISIBILITY() typedef
301 _Base; in _GLIBCXX_VISIBILITY() typedef
H A Dbasic_string.h98 typedef __gnu_cxx::__alloc_traits<_Char_alloc_type> _Base; in _GLIBCXX_VISIBILITY() typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_vector.h147 _Base; typedef
190 typedef _Vector_base<_Tp, _Alloc> _Base; typedef
229 : _Base(__a) { } in _Base() function
240 : _Base(__n, __a) in _Base() function
285 : _Base(__a) in _Base() function
H A Dstl_list.h298 _Base; typedef
371 typedef _List_base<_Tp, _Alloc> _Base; typedef
452 : _Base(__a) { } in _Base() function
463 : _Base(__a) in _Base() function
505 : _Base(__a) in _Base() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/
H A Dhash_multiset.h55 _Base; typedef
89 : _Base(__n, __hf, __eql, __a) in _Base() function
112 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
H A Dhash_set.h54 typedef _GLIBCXX_EXT::hash_set<_Value, _HashFcn, _EqualKey,_Alloc> _Base; typedef
89 : _Base(__n, __hf, __eql, __a) { } in _Base() function
108 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
H A Dset.h52 typedef _GLIBCXX_STD::set<_Key,_Compare,_Allocator> _Base; typedef
80 : _Base(__comp, __a) { } in _Base() function
86 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
H A Dmultimap.h52 typedef _GLIBCXX_STD::multimap<_Key, _Tp, _Compare, _Allocator> _Base; typedef
82 : _Base(__comp, __a) { } in _Base() function
88 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
H A Dmap.h52 typedef _GLIBCXX_STD::map<_Key, _Tp, _Compare, _Allocator> _Base; typedef
82 : _Base(__comp, __a) { } in _Base() function
88 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
H A Dhash_multimap.h55 _Base; typedef
91 : _Base(__n, __hf, __eql, __a) { } in _Base() function
110 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
H A Dmultiset.h52 typedef _GLIBCXX_STD::multiset<_Key, _Compare, _Allocator> _Base; typedef
80 : _Base(__comp, __a) { } in _Base() function
86 : _Base(__gnu_debug::__check_valid_range(__first, __last), __last, in _Base() function
H A Dhash_map.h55 _Base; typedef
92 : _Base(__n, __hf, __eql, __a) { } in _Base() function
111 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_vector.h166 typedef _Vector_base<_Tp, _Alloc> _Base; typedef
199 : _Base(__a) in _Base() function
212 : _Base(__n, __a) in _Base() function
254 : _Base(__a) in _Base() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_container.h44 typedef _SafeBase<_SafeContainer> _Base; typedef
H A Dsafe_unordered_base.h123 typedef _Safe_sequence_base _Base; typedef
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_container.h44 typedef _SafeBase<_SafeContainer> _Base; typedef
H A Dsafe_unordered_base.h123 typedef _Safe_sequence_base _Base; typedef

123