/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DenseMap.h | 67 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/ |
D | DenseMap.h | 104 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/ |
D | DenseMap.h | 105 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/ |
D | DenseMap.h | 118 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/ |
D | ReverseIterationTest.cpp | 65 static PtrLikeInt EmptyKey; in getEmptyKey() local 66 return &EmptyKey; in getEmptyKey()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 98 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/ |
D | hmac_unittest.cc | 282 TEST(HMACTest, EmptyKey) { in TEST() argument
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_test.cc | 379 TEST(ECTest, EmptyKey) { in TEST() argument
|