Home
last modified time | relevance | path

Searched refs:EmptyKey (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
88 if (!KeyInfoT::isEqual(P->first, EmptyKey)) { in clear()
93 P->first = EmptyKey; in clear()
252 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
254 if (!KeyInfoT::isEqual(P->first, EmptyKey) && in destroyAll()
271 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
273 new (&B->first) KeyT(EmptyKey); in initEmpty()
280 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
283 if (!KeyInfoT::isEqual(B->first, EmptyKey) && in moveFromOldBuckets()
451 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
[all …]
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp107 static const ComparableFunction EmptyKey; member in __anon28b1725a0111::ComparableFunction
135 const ComparableFunction ComparableFunction::EmptyKey = ComparableFunction(0); member in __anon28b1725a0111::ComparableFunction
146 return ComparableFunction::EmptyKey; in getEmptyKey()