/external/llvm-project/clang/test/SemaCXX/ |
D | 2008-01-11-BadWarning.cpp | 4 void** f(void **Buckets, unsigned NumBuckets) { in f()
|
/external/clang/test/SemaCXX/ |
D | 2008-01-11-BadWarning.cpp | 4 void** f(void **Buckets, unsigned NumBuckets) { in f()
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 86 Bucket *Buckets; variable 90 void insert(Bucket *Buckets, size_t Size, Item *E) { in insert() 277 const unsigned char *const Buckets; variable 303 readNumBucketsAndEntries(const unsigned char *&Buckets) { in readNumBucketsAndEntries() 497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
|
D | GenericDomTreeConstruction.h | 185 SmallVector<unsigned, 32> Buckets; in Calculate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 85 Bucket *Buckets; variable 89 void insert(Bucket *Buckets, size_t Size, Item *E) { in insert() 277 const unsigned char *const Buckets; variable 303 readNumBucketsAndEntries(const unsigned char *&Buckets) { in readNumBucketsAndEntries() 497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 85 Bucket *Buckets; variable 89 void insert(Bucket *Buckets, size_t Size, Item *E) { in insert() 277 const unsigned char *const Buckets; variable 303 readNumBucketsAndEntries(const unsigned char *&Buckets) { in readNumBucketsAndEntries() 497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 309 SmallVector<Bucket, 16> &Buckets, in addOneCandidate() 335 SmallVector<Bucket, 16> Buckets; in collectCandidates() local 680 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep() 698 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 310 SmallVector<Bucket, 16> &Buckets, in addOneCandidate() 336 SmallVector<Bucket, 16> Buckets; in collectCandidates() local 689 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep() 707 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
|
/external/llvm/lib/Support/ |
D | FoldingSet.cpp | 209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor() 217 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*))); in AllocateBuckets() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | FoldingSet.cpp | 209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor() 217 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*))); in AllocateBuckets() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor() 216 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets() local
|
/external/llvm-project/llvm/lib/Support/ |
D | FoldingSet.cpp | 213 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor() 221 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.cpp | 178 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.cpp | 178 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 265 const auto &Buckets = Contents.getBuckets(); in emitOffsets() local 309 const auto &Buckets = Contents.getBuckets(); in emitBuckets() local 330 const auto &Buckets = Contents.getBuckets(); in emitData() local
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 264 const auto &Buckets = Contents.getBuckets(); in emitOffsets() local 308 const auto &Buckets = Contents.getBuckets(); in emitBuckets() local 329 const auto &Buckets = Contents.getBuckets(); in emitData() local
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 269 BucketList Buckets; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 269 BucketList Buckets; variable
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 241 BucketList Buckets; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 169 BucketList Buckets; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 169 BucketList Buckets; variable
|
/external/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 200 storage_type Buckets = Data + BucketOffset; variable
|
/external/llvm-project/clang/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 216 storage_type Buckets = Data + BucketOffset; variable
|
/external/clang/unittests/Lex/ |
D | HeaderMapTest.cpp | 27 HMapBucket Buckets[NumBuckets]; member
|
/external/llvm-project/clang/unittests/Lex/ |
D | HeaderMapTest.cpp | 26 HMapBucket Buckets[NumBuckets]; member
|