Searched refs:__addable (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __debug | 76 virtual bool __addable(const void*, ptrdiff_t) const = 0; 92 virtual bool __addable(const void*, ptrdiff_t) const; 118 _C_node<_Cont>::__addable(const void* __i, ptrdiff_t __n) const 123 return _Cp->__addable(__j, __n); 193 bool __addable(const void* __i, ptrdiff_t __n) const;
|
| H A D | unordered_set | 871 bool __addable(const const_iterator* __i, ptrdiff_t __n) const 872 {return __table_.__addable(__i, __n);} 874 {return __table_.__addable(__i, __n);} 1509 bool __addable(const const_iterator* __i, ptrdiff_t __n) const 1510 {return __table_.__addable(__i, __n);} 1512 {return __table_.__addable(__i, __n);}
|
| H A D | unordered_map | 1538 bool __addable(const const_iterator* __i, ptrdiff_t __n) const 1539 {return __table_.__addable(_VSTD::addressof(__i->__i_), __n);} 1541 {return __table_.__addable(_VSTD::addressof(__i->__i_), __n);} 2314 bool __addable(const const_iterator* __i, ptrdiff_t __n) const 2315 {return __table_.__addable(_VSTD::addressof(__i->__i_), __n);} 2317 {return __table_.__addable(_VSTD::addressof(__i->__i_), __n);}
|
| H A D | list | 1106 bool __addable(const const_iterator* __i, ptrdiff_t __n) const; 2270 list<_Tp, _Alloc>::__addable(const const_iterator*, ptrdiff_t) const
|
| H A D | __hash_table | 1290 bool __addable(const const_iterator* __i, ptrdiff_t __n) const; 2692 __hash_table<_Tp, _Hash, _Equal, _Alloc>::__addable(const const_iterator*, ptrdiff_t) const
|
| H A D | vector | 669 bool __addable(const const_iterator* __i, ptrdiff_t __n) const; 2032 vector<_Tp, _Allocator>::__addable(const const_iterator* __i, ptrdiff_t __n) const
|
| H A D | string | 1482 bool __addable(const const_iterator* __i, ptrdiff_t __n) const; 4643 basic_string<_CharT, _Traits, _Allocator>::__addable(const const_iterator* __i, ptrdiff_t __n) const
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | debug.cpp | 393 __libcpp_db::__addable(const void* __i, ptrdiff_t __n) const in __addable() function in __libcpp_db 399 return i != nullptr && i->__c_ != nullptr && i->__c_->__addable(__i, __n); in __addable()
|
| /llvm-project-15.0.7/libcxx/include/__iterator/ |
| H A D | wrap_iter.h | 119 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__addable(this, __n),
|