Searched refs:VH (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DValueMap.h247 typedef ValueMapCallbackVH<KeyT, ValueT, Config> VH; typedef in struct:llvm::DenseMapInfo
250 static inline VH getEmptyKey() {
251 return VH(PointerInfo::getEmptyKey(), NULL);
253 static inline VH getTombstoneKey() {
254 return VH(PointerInfo::getTombstoneKey(), NULL);
256 static unsigned getHashValue(const VH &Val) {
259 static bool isEqual(const VH &LHS, const VH &RHS) {

Completed in 19 milliseconds