reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DenseMap.h
   79       return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
   80     return makeIterator(getBuckets(), getBucketsEnd(), *this);
   83     return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
   83     return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
  125       for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
  129       for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
  153       return makeIterator(TheBucket, getBucketsEnd(), *this, true);
  172       return makeIterator(TheBucket, getBucketsEnd(), *this, true);
  214                makeIterator(TheBucket, getBucketsEnd(), *this, true),
  221              makeIterator(TheBucket, getBucketsEnd(), *this, true),
  233                makeIterator(TheBucket, getBucketsEnd(), *this, true),
  239              makeIterator(TheBucket, getBucketsEnd(), *this, true),
  254                makeIterator(TheBucket, getBucketsEnd(), *this, true),
  261              makeIterator(TheBucket, getBucketsEnd(), *this, true),
  335     for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
  350     for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
  438       BucketT *B = P == getBucketsEnd() ? getBuckets() : P + 1;