Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h67 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in ~DenseMap() local
117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in CopyFrom() local
336 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
385 const KeyT EmptyKey = getEmptyKey(); in init() local
404 const KeyT EmptyKey = getEmptyKey(); in grow() local
446 const KeyT EmptyKey = getEmptyKey(); in shrink_and_clear() local
/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-7.0/llvm/include/llvm/ADT/
DDenseMap.h118 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
330 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
345 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
365 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
561 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
585 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
860 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
975 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-7.0/llvm/unittests/Support/
DReverseIterationTest.cpp65 static PtrLikeInt EmptyKey; in getEmptyKey() local
/external/libchrome/crypto/
Dhmac_unittest.cc282 TEST(HMACTest, EmptyKey) { in TEST() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp98 static const ComparableFunction EmptyKey; member in __anon382367a50111::ComparableFunction
126 const ComparableFunction ComparableFunction::EmptyKey = ComparableFunction(0); member in __anon382367a50111::ComparableFunction
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc379 TEST(ECTest, EmptyKey) { in TEST() argument