| /openbsd/src/gnu/gcc/libstdc++-v3/include/debug/ |
| D | vector | 174 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin())); 199 return _M_base()[__n]; 206 return _M_base()[__n]; 273 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin())); 288 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin())); 302 typename _Base::iterator __old_begin = _M_base().begin(); 306 if (_M_base().begin() != __old_begin) 309 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin())); 319 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin())); 333 this->_M_invalidate_if(_After_nth(__offset, _M_base().begin())); [all …]
|
| D | set.h | 273 _M_base() { return *this; } in _M_base() function 276 _M_base() const { return *this; } in _M_base() function 284 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 292 { return __lhs._M_base() == __rhs._M_base(); } 298 { return __lhs._M_base() != __rhs._M_base(); } 304 { return __lhs._M_base() < __rhs._M_base(); } 310 { return __lhs._M_base() <= __rhs._M_base(); } 316 { return __lhs._M_base() >= __rhs._M_base(); } 322 { return __lhs._M_base() > __rhs._M_base(); }
|
| D | multiset.h | 268 _M_base() { return *this; } in _M_base() function 271 _M_base() const { return *this; } in _M_base() function 279 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 287 { return __lhs._M_base() == __rhs._M_base(); } 293 { return __lhs._M_base() != __rhs._M_base(); } 299 { return __lhs._M_base() < __rhs._M_base(); } 305 { return __lhs._M_base() <= __rhs._M_base(); } 311 { return __lhs._M_base() >= __rhs._M_base(); } 317 { return __lhs._M_base() > __rhs._M_base(); }
|
| D | multimap.h | 262 _M_base() { return *this; } in _M_base() function 265 _M_base() const { return *this; } in _M_base() function 273 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 281 { return __lhs._M_base() == __rhs._M_base(); } 287 { return __lhs._M_base() != __rhs._M_base(); } 293 { return __lhs._M_base() < __rhs._M_base(); } 299 { return __lhs._M_base() <= __rhs._M_base(); } 305 { return __lhs._M_base() >= __rhs._M_base(); } 311 { return __lhs._M_base() > __rhs._M_base(); }
|
| D | map.h | 275 _M_base() { return *this; } in _M_base() function 278 _M_base() const { return *this; } in _M_base() function 286 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 294 { return __lhs._M_base() == __rhs._M_base(); } 300 { return __lhs._M_base() != __rhs._M_base(); } 306 { return __lhs._M_base() < __rhs._M_base(); } 312 { return __lhs._M_base() <= __rhs._M_base(); } 318 { return __lhs._M_base() >= __rhs._M_base(); } 324 { return __lhs._M_base() > __rhs._M_base(); }
|
| D | bitset | 144 _M_base() &= __rhs; 151 _M_base() |= __rhs; 158 _M_base() ^= __rhs; 165 _M_base() <<= __pos; 172 _M_base() >>= __pos; 206 bitset<_Nb> operator~() const { return bitset(~_M_base()); } 229 return reference(_M_base()[__pos], this); 238 return _M_base()[__pos]; 246 { return _M_base().template to_string<_CharT, _Traits, _Allocator>(); } 275 { return _M_base() == __rhs; } [all …]
|
| D | deque | 164 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin())); 179 return _M_base()[__n]; 186 return _M_base()[__n]; 346 _M_base() { return *this; } 349 _M_base() const { return *this; } 356 { return __lhs._M_base() == __rhs._M_base(); } 362 { return __lhs._M_base() != __rhs._M_base(); } 367 { return __lhs._M_base() < __rhs._M_base(); } 373 { return __lhs._M_base() <= __rhs._M_base(); } 379 { return __lhs._M_base() >= __rhs._M_base(); } [all …]
|
| D | string | 215 return _M_base()[__pos]; 231 return _M_base()[__pos]; 240 _M_base() += __str; 249 _M_base() += __s; 257 _M_base() += __c; 781 _M_base() { return *this; } 784 _M_base() const { return *this; } 829 { return __lhs._M_base() == __rhs._M_base(); } 837 return __lhs == __rhs._M_base(); 846 return __lhs._M_base() == __rhs; [all …]
|
| D | list | 355 _Base::splice(__position.base(), __x._M_base(), __i.base()); 384 _Base::splice(__position.base(), __x._M_base(), __first.base(), 460 _Base::merge(__x._M_base()); 475 _Base::merge(__x._M_base(), __comp); 488 _M_base() { return *this; } 491 _M_base() const { return *this; } 499 this->_M_invalidate_if(_Not_equal(_M_base().end())); 506 { return __lhs._M_base() == __rhs._M_base(); } 511 { return __lhs._M_base() != __rhs._M_base(); } 516 { return __lhs._M_base() < __rhs._M_base(); } [all …]
|
| D | hash_multiset.h | 210 _Base& _M_base() { return *this; } in _M_base() function 211 const _Base& _M_base() const { return *this; } in _M_base() function 219 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 227 { return __x._M_base() == __y._M_base(); } 233 { return __x._M_base() != __y._M_base(); }
|
| D | hash_set.h | 221 _M_base() { return *this; } in _M_base() function 224 _M_base() const { return *this; } in _M_base() function 232 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 241 { return __x._M_base() == __y._M_base(); } 248 { return __x._M_base() != __y._M_base(); }
|
| D | hash_multimap.h | 230 _M_base() { return *this; } in _M_base() function 233 _M_base() const { return *this; } in _M_base() function 241 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 250 { return __x._M_base() == __y._M_base(); } 257 { return __x._M_base() != __y._M_base(); }
|
| D | hash_map.h | 246 _M_base() { return *this; } in _M_base() function 249 _M_base() const { return *this; } in _M_base() function 257 this->_M_invalidate_if(_Not_equal(_M_base().end())); in _M_invalidate_all() 266 { return __x._M_base() == __y._M_base(); } 273 { return __x._M_base() != __y._M_base(); }
|
| D | safe_sequence.h | 73 _Iterator _M_base; variable 78 : _M_base(__base), _M_n(__n) { } in _After_nth_from() 82 { return __x - _M_base >= _M_n; } in operator()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_iomanip.h | 122 struct _Setbase { int _M_base; }; member 136 __x._M_base = __base; in setbase() 144 __is.setf(__f._M_base == 8 ? ios_base::oct : 145 __f._M_base == 10 ? ios_base::dec : 146 __f._M_base == 16 ? ios_base::hex : 155 __os.setf(__f._M_base == 8 ? ios_base::oct : 156 __f._M_base == 10 ? ios_base::dec : 157 __f._M_base == 16 ? ios_base::hex :
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_iomanip.h | 121 struct _Setbase { int _M_base; }; member 135 __x._M_base = __base; in setbase() 143 __is.setf(__f._M_base == 8 ? ios_base::oct : 144 __f._M_base == 10 ? ios_base::dec : 145 __f._M_base == 16 ? ios_base::hex : 154 __os.setf(__f._M_base == 8 ? ios_base::oct : 155 __f._M_base == 10 ? ios_base::dec : 156 __f._M_base == 16 ? ios_base::hex :
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | bitmap_allocator.h | 501 _M_base() const throw() 508 * ((reinterpret_cast<size_t*>(this->_M_base()) 924 (_S_last_request._M_base() + _S_last_request._M_offset() + __nz_bit);
|
| D | rope | 826 _Rope_RopeRep<_CharT,_Alloc>* _M_base; // not 0 833 switch(_M_base->_M_tag) 839 ((_Rope_RopeFunction<_CharT,_Alloc>*)_M_base)->_M_fn; 846 ((_Rope_RopeLeaf<_CharT,_Alloc>*)_M_base)->_M_data; 862 char_producer<_CharT>(), _M_base(__b), _M_start(__s) 865 _M_base->_M_ref_nonnil(); 872 _M_base->_M_unref_nonnil();
|
| D | ropeimpl.h | 800 _S_new_RopeSubstring(__old->_M_base, in _S_substring()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | stl_rope.h | 686 _Rope_RopeRep<_CharT,_Alloc>* _M_base; // not 0 690 switch(_M_base->_M_tag) { in operator() 695 ((_Rope_RopeFunction<_CharT,_Alloc>*)_M_base)->_M_fn; in operator() 702 ((_Rope_RopeLeaf<_CharT,_Alloc>*)_M_base)->_M_data; in operator() 717 _M_base(__b), in _Rope_RopeSubstring() 721 _M_base->_M_ref_nonnil(); in _Rope_RopeSubstring() 728 _M_base->_M_unref_nonnil(); in ~_Rope_RopeSubstring()
|
| D | ropeimpl.h | 734 _S_new_RopeSubstring(__old->_M_base, in _S_substring()
|