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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDenseMapInfo.h136 typedef DenseMapInfo<T> FirstInfo; typedef in struct:llvm::DenseMapInfo
140 return std::make_pair(FirstInfo::getEmptyKey(),
144 return std::make_pair(FirstInfo::getTombstoneKey(),
148 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
161 return FirstInfo::isEqual(LHS.first, RHS.first) &&
/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-DenseMapInfo.h152 typedef DenseMapInfo<T> FirstInfo; typedef in struct:objc::DenseMapInfo
156 return std::make_pair(FirstInfo::getEmptyKey(),
160 return std::make_pair(FirstInfo::getTombstoneKey(),
164 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
177 return FirstInfo::isEqual(LHS.first, RHS.first) &&

Completed in 289 milliseconds