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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDenseMapInfo.h147 static unsigned getHashValue(const Pair& PairVal) { argument
148 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
149 | (uint64_t)SecondInfo::getHashValue(PairVal.second);
/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-DenseMapInfo.h163 static unsigned getHashValue(const Pair& PairVal) { argument
164 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
165 | (uint64_t)SecondInfo::getHashValue(PairVal.second);

Completed in 84 milliseconds