Home
last modified time | relevance | path

Searched defs:EmptyKey (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
305 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
325 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
501 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
525 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
793 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
908 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
305 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
320 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
340 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
499 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
523 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
793 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
908 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
334 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
349 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
369 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
566 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
590 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
908 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
1020 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/llvm-project/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
363 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
378 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
398 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
595 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
619 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
937 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
1049 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h77 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/external/llvm-project/llvm/unittests/Support/
DReverseIterationTest.cpp64 static PtrLikeInt EmptyKey; in getEmptyKey() local
/external/libchrome/crypto/
Dhmac_unittest.cc282 TEST(HMACTest, EmptyKey) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h451 static const IRPosition EmptyKey; member
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h540 static const IRPosition EmptyKey; member
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc414 TEST(ECTest, EmptyKey) { in TEST() argument
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc414 TEST(ECTest, EmptyKey) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp480 const IRPosition IRPosition::EmptyKey(255); member in IRPosition