Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h122 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
379 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
399 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
596 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
620 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
941 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
1053 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h77 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h640 static const IRPosition EmptyKey; member