/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | macros.h | 47 __gnu_debug::_Error_formatter::_S_at(_File, _Line, _Func) \ 52 __gnu_debug::_Error_formatter::_S_at(_File, _Line, _Func) \ 71 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 72 _M_message(__gnu_debug::__msg_valid_range) \ 77 _GLIBCXX_DEBUG_VERIFY_AT_F(__gnu_debug::__valid_range(_First, _Last), \ 78 _M_message(__gnu_debug::__msg_valid_range) \ 84 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last, _Dist), \ 85 _M_message(__gnu_debug::__msg_valid_range) \ 90 __gnu_debug::__check_valid_range(_First, _Last, \ 96 _M_message(__gnu_debug::__msg_non_empty_range) \ [all …]
|
H A D | safe_iterator.tcc | 34 namespace __gnu_debug namespace 241 const ::__gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat>& __first, in __copy_move_a() 242 const ::__gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat>& __last, in __copy_move_a() 245 typename ::__gnu_debug::_Distance_traits<_Ite>::__type __dist; in __copy_move_a() 249 if (__dist.second > ::__gnu_debug::__dp_equality) in __copy_move_a() 258 __gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat> 260 const ::__gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat>& __result) in __copy_move_a() 262 typename ::__gnu_debug::_Distance_traits<_II>::__type __dist; in __copy_move_a() 266 if (__dist.second > ::__gnu_debug::__dp_sign in __copy_move_a() 268 return ::__gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat>( in __copy_move_a() [all …]
|
H A D | forward_list | 47 _M_message(__gnu_debug::__msg_valid_range) \ 51 namespace __gnu_debug 190 : public __gnu_debug::_Safe_container< 191 forward_list<_Tp, _Alloc>, _Alloc, __gnu_debug::_Safe_forward_list>, 195 typedef __gnu_debug::_Safe_container< 196 forward_list, _Alloc, __gnu_debug::_Safe_forward_list> _Safe; 202 friend class ::__gnu_debug::_Safe_iterator; 208 typedef __gnu_debug::_Safe_iterator< 210 typedef __gnu_debug::_Safe_iterator< 252 : _Base(__gnu_debug::__base( [all …]
|
H A D | list | 51 : public __gnu_debug::_Safe_container< 53 __gnu_debug::_Safe_node_sequence>, 57 typedef __gnu_debug::_Safe_container< 58 list, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 63 typedef __gnu_debug::_Not_equal_to<_Base_const_iterator> _Not_equal; 66 friend class ::__gnu_debug::_Safe_iterator; 72 typedef __gnu_debug::_Safe_iterator<_Base_iterator, list> 74 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, list> 142 : _Base(__gnu_debug::__base( [all …]
|
H A D | deque | 51 : public __gnu_debug::_Safe_container< 53 __gnu_debug::_Safe_sequence>, 57 typedef __gnu_debug::_Safe_container< 58 deque, _Allocator, __gnu_debug::_Safe_sequence> _Safe; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 65 friend class ::__gnu_debug::_Safe_iterator; 71 typedef __gnu_debug::_Safe_iterator<_Base_iterator, deque> 73 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, deque> 141 : _Base(__gnu_debug::__base( 143 __gnu_debug::__base(__last), __a) [all …]
|
H A D | vector | 45 namespace __gnu_debug 119 : public __gnu_debug::_Safe_container< 120 vector<_Tp, _Allocator>, _Allocator, __gnu_debug::_Safe_sequence>, 122 public __gnu_debug::_Safe_vector< 127 typedef __gnu_debug::_Safe_container< 128 vector, _Allocator, __gnu_debug::_Safe_sequence> _Safe; 129 typedef __gnu_debug::_Safe_vector<vector, _Base> _Safe_vector; 133 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 136 friend class ::__gnu_debug::_Safe_iterator; 142 typedef __gnu_debug::_Safe_iterator< [all …]
|
H A D | set.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 51 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 52 set, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 59 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 71 typedef __gnu_debug::_Safe_iterator<_Base_iterator, set> in _GLIBCXX_VISIBILITY() 73 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, set> in _GLIBCXX_VISIBILITY() 120 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 122 __gnu_debug::__base(__last), __a) { } in _GLIBCXX_VISIBILITY() [all …]
|
H A D | multiset.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 51 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 52 multiset, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 59 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 71 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset> in _GLIBCXX_VISIBILITY() 73 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 121 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 123 __gnu_debug::__base(__last), __a) { } in _GLIBCXX_VISIBILITY() [all …]
|
H A D | multimap.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 52 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 53 multimap, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 60 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 72 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multimap> in _GLIBCXX_VISIBILITY() 74 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 121 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 123 __gnu_debug::__base(__last), __a) { } in _GLIBCXX_VISIBILITY() [all …]
|
H A D | unordered_set | 61 : public __gnu_debug::_Safe_container< 63 __gnu_debug::_Safe_unordered_container>, 68 typedef __gnu_debug::_Safe_container< 69 unordered_set, _Alloc, __gnu_debug::_Safe_unordered_container> _Safe; 77 friend class ::__gnu_debug::_Safe_iterator; 79 friend class ::__gnu_debug::_Safe_local_iterator; 90 typedef __gnu_debug::_Safe_iterator< 92 typedef __gnu_debug::_Safe_iterator< 94 typedef __gnu_debug::_Safe_local_iterator< 96 typedef __gnu_debug::_Safe_local_iterator< [all …]
|
H A D | map.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 52 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 53 map, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 60 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 72 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map> in _GLIBCXX_VISIBILITY() 74 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> in _GLIBCXX_VISIBILITY() 121 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 123 __gnu_debug::__base(__last), __a) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | macros.h | 43 __gnu_debug::_Error_formatter::_S_at(_File, _Line, _Func) \ 61 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 62 _M_message(__gnu_debug::__msg_valid_range) \ 67 _GLIBCXX_DEBUG_VERIFY_AT_F(__gnu_debug::__valid_range(_First, _Last), \ 68 _M_message(__gnu_debug::__msg_valid_range) \ 74 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last, _Dist), \ 75 _M_message(__gnu_debug::__msg_valid_range) \ 80 __gnu_debug::__check_valid_range(_First, _Last, \ 86 _M_message(__gnu_debug::__msg_non_empty_range) \ 92 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__can_advance(_First, _Size), \ [all …]
|
H A D | safe_iterator.tcc | 34 namespace __gnu_debug namespace 240 __niter_base(const ::__gnu_debug::_Safe_iterator<_Ite, _Seq, in __niter_base() 248 const ::__gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat>& __first, in __copy_move_a() 249 const ::__gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat>& __last, in __copy_move_a() 252 typename ::__gnu_debug::_Distance_traits<_Ite>::__type __dist; in __copy_move_a() 256 if (__dist.second > ::__gnu_debug::__dp_equality) in __copy_move_a() 265 __gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat> 267 const ::__gnu_debug::_Safe_iterator<_Ite, _Seq, _Cat>& __result) in __copy_move_a() 269 typename ::__gnu_debug::_Distance_traits<_II>::__type __dist; in __copy_move_a() 273 if (__dist.second > ::__gnu_debug::__dp_sign in __copy_move_a() [all …]
|
H A D | stl_iterator.h | 34 namespace __gnu_debug 44 return __gnu_debug::__valid_range(__last.base(), __first.base(), __dist); in __valid_range() 52 { return __gnu_debug::__get_distance(__last.base(), __first.base()); } in __get_distance() 58 { return __gnu_debug::__can_advance(__it.base(), -__n); } in __can_advance() 66 { return __gnu_debug::__can_advance(__it.base(), __dist, -__way); } in __can_advance() 108 return __gnu_debug::__valid_range(__first.base(), __last.base(), __dist); 116 { return __gnu_debug::__get_distance(__first.base(), __last.base()); } 122 { return __gnu_debug::__can_advance(__it.base(), __n); } 130 { return __gnu_debug::__can_advance(__it.base(), __dist, __way); }
|
H A D | forward_list | 47 _M_message(__gnu_debug::__msg_valid_range) \ 51 namespace __gnu_debug 190 : public __gnu_debug::_Safe_container< 191 forward_list<_Tp, _Alloc>, _Alloc, __gnu_debug::_Safe_forward_list>, 195 typedef __gnu_debug::_Safe_container< 196 forward_list, _Alloc, __gnu_debug::_Safe_forward_list> _Safe; 202 friend class ::__gnu_debug::_Safe_iterator; 216 typedef __gnu_debug::_Safe_iterator< 218 typedef __gnu_debug::_Safe_iterator< 263 : _Base(__gnu_debug::__base( [all …]
|
H A D | list | 51 : public __gnu_debug::_Safe_container< 53 __gnu_debug::_Safe_node_sequence>, 57 typedef __gnu_debug::_Safe_container< 58 list, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 63 typedef __gnu_debug::_Not_equal_to<_Base_const_iterator> _Not_equal; 66 friend class ::__gnu_debug::_Safe_iterator; 82 typedef __gnu_debug::_Safe_iterator<_Base_iterator, list> 84 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, list> 156 : _Base(__gnu_debug::__base( [all …]
|
H A D | deque | 51 : public __gnu_debug::_Safe_container< 53 __gnu_debug::_Safe_sequence>, 57 typedef __gnu_debug::_Safe_container< 58 deque, _Allocator, __gnu_debug::_Safe_sequence> _Safe; 62 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 65 friend class ::__gnu_debug::_Safe_iterator; 81 typedef __gnu_debug::_Safe_iterator<_Base_iterator, deque> 83 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, deque> 151 : _Base(__gnu_debug::__base( 153 __gnu_debug::__base(__last), __a) [all …]
|
H A D | vector | 44 namespace __gnu_debug 118 : public __gnu_debug::_Safe_container< 119 vector<_Tp, _Allocator>, _Allocator, __gnu_debug::_Safe_sequence>, 121 public __gnu_debug::_Safe_vector< 126 typedef __gnu_debug::_Safe_container< 127 vector, _Allocator, __gnu_debug::_Safe_sequence> _Safe; 128 typedef __gnu_debug::_Safe_vector<vector, _Base> _Safe_vector; 132 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; 135 friend class ::__gnu_debug::_Safe_iterator; 151 typedef __gnu_debug::_Safe_iterator< [all …]
|
H A D | multiset.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 51 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 52 multiset, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 59 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 81 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multiset> in _GLIBCXX_VISIBILITY() 83 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 132 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 134 __gnu_debug::__base(__last), __a) { } in _GLIBCXX_VISIBILITY() [all …]
|
H A D | set.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 51 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 52 set, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 56 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 59 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 81 typedef __gnu_debug::_Safe_iterator<_Base_iterator, set> in _GLIBCXX_VISIBILITY() 83 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, set> in _GLIBCXX_VISIBILITY() 130 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 132 __gnu_debug::__base(__last), __a) { } in _GLIBCXX_VISIBILITY() [all …]
|
H A D | multimap.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 52 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 53 multimap, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 60 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 82 typedef __gnu_debug::_Safe_iterator<_Base_iterator, multimap> in _GLIBCXX_VISIBILITY() 84 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, in _GLIBCXX_VISIBILITY() 132 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 134 __gnu_debug::__base(__last), __a) { } in _GLIBCXX_VISIBILITY() [all …]
|
H A D | map.h | 45 : public __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 47 __gnu_debug::_Safe_node_sequence>, in _GLIBCXX_VISIBILITY() 52 typedef __gnu_debug::_Safe_container< in _GLIBCXX_VISIBILITY() 53 map, _Allocator, __gnu_debug::_Safe_node_sequence> _Safe; in _GLIBCXX_VISIBILITY() 57 typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal; in _GLIBCXX_VISIBILITY() 60 friend class ::__gnu_debug::_Safe_iterator; in _GLIBCXX_VISIBILITY() 82 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map> in _GLIBCXX_VISIBILITY() 84 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> in _GLIBCXX_VISIBILITY() 131 : _Base(__gnu_debug::__base( in _GLIBCXX_VISIBILITY() 133 __gnu_debug::__base(__last), __a) in _GLIBCXX_VISIBILITY() [all …]
|
H A D | unordered_set | 61 : public __gnu_debug::_Safe_container< 63 __gnu_debug::_Safe_unordered_container>, 68 typedef __gnu_debug::_Safe_container< 69 unordered_set, _Alloc, __gnu_debug::_Safe_unordered_container> _Safe; 77 friend class ::__gnu_debug::_Safe_iterator; 79 friend class ::__gnu_debug::_Safe_local_iterator; 103 typedef __gnu_debug::_Safe_iterator< 105 typedef __gnu_debug::_Safe_iterator< 107 typedef __gnu_debug::_Safe_local_iterator< 109 typedef __gnu_debug::_Safe_local_iterator< [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 60 const auto alignbits = __builtin_ctz(alignof(__gnu_debug::vector<int>)); in get_safe_base_mutex() 72 swap_its(__gnu_debug::_Safe_sequence_base& __lhs, in swap_its() 73 __gnu_debug::_Safe_iterator_base*& __lhs_its, in swap_its() 74 __gnu_debug::_Safe_sequence_base& __rhs, in swap_its() 75 __gnu_debug::_Safe_iterator_base*& __rhs_its) in swap_its() 78 __gnu_debug::_Safe_iterator_base* __iter; in swap_its() 86 swap_seq_single(__gnu_debug::_Safe_sequence_base& __lhs, in swap_seq_single() 87 __gnu_debug::_Safe_sequence_base& __rhs) in swap_seq_single() 120 __gnu_debug::_Safe_sequence_base& lhs, in swap_seq() 122 __gnu_debug::_Safe_sequence_base& rhs) in swap_seq() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 62 const auto alignbits = __builtin_ctz(alignof(__gnu_debug::vector<int>)); in get_safe_base_mutex() 74 swap_its(__gnu_debug::_Safe_sequence_base& __lhs, in swap_its() 75 __gnu_debug::_Safe_iterator_base*& __lhs_its, in swap_its() 76 __gnu_debug::_Safe_sequence_base& __rhs, in swap_its() 77 __gnu_debug::_Safe_iterator_base*& __rhs_its) in swap_its() 80 __gnu_debug::_Safe_iterator_base* __iter; in swap_its() 88 swap_seq_single(__gnu_debug::_Safe_sequence_base& __lhs, in swap_seq_single() 89 __gnu_debug::_Safe_sequence_base& __rhs) in swap_seq_single() 122 __gnu_debug::_Safe_sequence_base& lhs, in swap_seq() 124 __gnu_debug::_Safe_sequence_base& rhs) in swap_seq() [all …]
|