Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
938 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
1050 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h78 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h568 static const IRPosition EmptyKey; member