Home
last modified time | relevance | path

Searched refs:EmptyKey (Results 1 – 5 of 5) 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/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/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/lib/Transforms/IPO/
DMergeFunctions.cpp98 static const ComparableFunction EmptyKey; member in __anon7764129b0111::ComparableFunction
126 const ComparableFunction ComparableFunction::EmptyKey = ComparableFunction(0); member in __anon7764129b0111::ComparableFunction
137 return ComparableFunction::EmptyKey; in getEmptyKey()
/external/libchrome/crypto/
Dhmac_unittest.cc282 TEST(HMACTest, EmptyKey) { in TEST() argument