Home
last modified time | relevance | path

Searched defs:TombstoneKey (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
400 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
621 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
939 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
1051 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h79 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h569 static const IRPosition TombstoneKey; member