HomeSort by relevance Sort by last modified time
    Searched refs:getBucketsEnd (Results 1 - 16 of 16) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
DenseMap.h 76 return makeIterator(getBucketsEnd() - 1, getBuckets(), *this);
77 return makeIterator(getBuckets(), getBucketsEnd(), *this);
80 return makeIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
86 return makeConstIterator(getBucketsEnd() - 1, getBuckets(), *this);
87 return makeConstIterator(getBuckets(), getBucketsEnd(), *this);
90 return makeConstIterator(getBucketsEnd(), getBucketsEnd(), *this, true);
121 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
125 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P)
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 66 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
69 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
73 : const_iterator(getBuckets(), getBucketsEnd(), *this);
76 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
106 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
129 return iterator(TheBucket, getBucketsEnd(), *this, true);
135 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
148 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 67 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
70 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
74 : const_iterator(getBuckets(), getBucketsEnd(), *this);
77 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
107 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
130 return iterator(TheBucket, getBucketsEnd(), *this, true);
136 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
149 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
73 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
80 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
133 return iterator(TheBucket, getBucketsEnd(), *this, true);
139 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
152 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
DenseMap.h 71 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
74 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
78 : const_iterator(getBuckets(), getBucketsEnd(), *this);
81 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
111 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
134 return iterator(TheBucket, getBucketsEnd(), *this, true);
140 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
153 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
DenseMap.h 71 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
74 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
78 : const_iterator(getBuckets(), getBucketsEnd(), *this);
81 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
111 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
134 return iterator(TheBucket, getBucketsEnd(), *this, true);
140 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
153 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
73 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
80 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
133 return iterator(TheBucket, getBucketsEnd(), *this, true);
139 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
152 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
DenseMap.h 71 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
74 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
78 : const_iterator(getBuckets(), getBucketsEnd(), *this);
81 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
111 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
134 return iterator(TheBucket, getBucketsEnd(), *this, true);
140 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
153 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
DenseMap.h 71 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
74 return iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
78 : const_iterator(getBuckets(), getBucketsEnd(), *this);
81 return const_iterator(getBucketsEnd(), getBucketsEnd(), *this, true);
111 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
134 return iterator(TheBucket, getBucketsEnd(), *this, true);
140 return const_iterator(TheBucket, getBucketsEnd(), *this, true);
153 return iterator(TheBucket, getBucketsEnd(), *this, true)
    [all...]

Completed in 1147 milliseconds