HomeSort by: relevance | last modified time | path
    Searched refs:iterator_base (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SparseMultiSet.h 219 template <typename SMSPtrTy> class iterator_base { class in class:llvm::SparseMultiSet
234 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) function in class:llvm::SparseMultiSet::iterator_base
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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 444 class iterator_base { class in class:llvm::OnDiskIterableChainedHashTable
452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) function in class:llvm::OnDiskIterableChainedHashTable::iterator_base
454 iterator_base() function in class:llvm::OnDiskIterableChainedHashTable::iterator_base
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) {}
510 key_iterator() : iterator_base(), InfoObj() {
    [all...]

Completed in 4334 milliseconds