/openbsd/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
|
H A D | stl_deque.h | 450 _Base; typedef 642 typedef _Deque_base<_Tp, _Alloc> _Base; typedef 701 : _Base(__a, __n) in _Base() function 743 : _Base(__a) in _Base() function
|
H A D | stl_tree.h | 575 _Alloc, _Alloc_traits<_Tp, _Alloc>::_S_instanceless> _Base; typedef 588 typedef _Rb_tree_base<_Val, _Alloc> _Base; typedef
|
H A D | stl_bvector.h | 329 _Base; typedef
|
/openbsd/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 | 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_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 | 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_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/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
|
H A D | stl_list.h | 414 typedef _List_base<_Tp, _Alloc> _Base; typedef 473 : _Base(__a) { } in _Base() function 485 : _Base(__a) in _Base() function 511 : _Base(__a) in _Base() function
|
H A D | stl_deque.h | 636 typedef _Deque_base<_Tp, _Alloc> _Base; typedef 696 : _Base(__a, __n) in _Base() function 729 : _Base(__a) in _Base() function
|
H A D | stl_bvector.h | 458 typedef _Bvector_base<_Alloc> _Base; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
|
/openbsd/gnu/llvm/libcxx/include/__ranges/ |
H A D | take_while_view.h | 115 using _Base = __maybe_const<_Const, _View>; variable
|
H A D | take_view.h | 150 using _Base = __maybe_const<_Const, _View>; variable
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | stl_rope.h | 466 _Base; typedef 1232 _Base; typedef
|