Searched refs:iterator_base (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SparseMultiSet.h | 219 template <typename SMSPtrTy> class iterator_base { 234 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) in iterator_base() function 265 bool operator==(const iterator_base &RHS) const { 276 bool operator!=(const iterator_base &RHS) const { 281 iterator_base &operator--() { // predecrement - Back up 294 iterator_base &operator++() { // preincrement - Advance 299 iterator_base operator--(int) { // postdecrement 300 iterator_base I(*this); 304 iterator_base operator++(int) { // postincrement 305 iterator_base I(*this); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 444 class iterator_base { 452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base() function 454 iterator_base() in iterator_base() function 457 friend bool operator==(const iterator_base &X, const iterator_base &Y) { 460 friend bool operator!=(const iterator_base &X, const iterator_base &Y) { 501 class key_iterator : public iterator_base { 509 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in key_iterator() 510 key_iterator() : iterator_base(), InfoObj() {} in key_iterator() 547 class data_iterator : public iterator_base { 555 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in data_iterator() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 866 5. http://gcc.gnu.org/gcc-10/changes.html#iterator_base
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 2754 5. https://gcc.gnu.org/gcc-10/changes.html#iterator_base
|