Home
last modified time | relevance | path

Searched refs: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
69 if (!KeyInfoT::isEqual(P->first, EmptyKey) && in ~DenseMap()
117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
119 if (!KeyInfoT::isEqual(P->first, EmptyKey)) { in clear()
124 P->first = EmptyKey; in clear()
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in CopyFrom() local
243 if (!KeyInfoT::isEqual(P->first, EmptyKey) && in CopyFrom()
336 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
338 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()
352 if (KeyInfoT::isEqual(ThisBucket->first, EmptyKey)) { in LookupBucketFor()
[all …]
/external/llvm/include/llvm/ADT/
DDenseMap.h104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
107 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
112 P->getFirst() = EmptyKey; in clear()
290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
292 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
305 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
307 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
325 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
328 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
501 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
108 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
113 P->getFirst() = EmptyKey; in clear()
305 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
307 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
320 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
322 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
340 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
343 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
499 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h118 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
122 P->getFirst() = EmptyKey; in clear()
126 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
131 P->getFirst() = EmptyKey; in clear()
330 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
332 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
345 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
347 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
365 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
368 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DReverseIterationTest.cpp65 static PtrLikeInt EmptyKey; in getEmptyKey() local
66 return &EmptyKey; in getEmptyKey()
/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
137 return ComparableFunction::EmptyKey; in getEmptyKey()
/external/libchrome/crypto/
Dhmac_unittest.cc282 TEST(HMACTest, EmptyKey) { in TEST() argument
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc379 TEST(ECTest, EmptyKey) { in TEST() argument