Home
last modified time | relevance | path

Searched refs:__addable (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A D__debug76 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 Dunordered_set871 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 Dunordered_map1538 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 Dlist1106 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_table1290 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 Dvector669 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 Dstring1482 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 Ddebug.cpp393 __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 Dwrap_iter.h119 _LIBCPP_DEBUG_ASSERT(__get_const_db()->__addable(this, __n),