| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | unordered_map.h | 57 _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 D | unordered_set.h | 57 _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 D | unordered_map.h | 57 _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 D | unordered_set.h | 57 _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 D | losertree.h | 172 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 D | losertree.h | 172 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 D | simd_ppc.h | 41 using _Base = _SimdImplBuiltin<_Abi>; member 123 using _Base = _MaskImplBuiltin<_Abi>; member
|
| H A D | simd_neon.h | 50 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 D | regex_compiler.h | 266 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 D | basic_string.h | 98 typedef __gnu_cxx::__alloc_traits<_Char_alloc_type> _Base; in _GLIBCXX_VISIBILITY() typedef
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | stl_vector.h | 147 _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 D | stl_list.h | 298 _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 D | hash_multiset.h | 55 _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 D | hash_set.h | 54 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 D | set.h | 52 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 D | multimap.h | 52 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 D | map.h | 52 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 D | hash_multimap.h | 55 _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 D | multiset.h | 52 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 D | hash_map.h | 55 _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 D | stl_vector.h | 166 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 D | safe_container.h | 44 typedef _SafeBase<_SafeContainer> _Base; typedef
|
| H A D | safe_unordered_base.h | 123 typedef _Safe_sequence_base _Base; typedef
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| H A D | safe_container.h | 44 typedef _SafeBase<_SafeContainer> _Base; typedef
|
| H A D | safe_unordered_base.h | 123 typedef _Safe_sequence_base _Base; typedef
|