HomeSort by relevance Sort by last modified time
    Searched refs:SecondInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 137 typedef DenseMapInfo<U> SecondInfo;
141 SecondInfo::getEmptyKey());
145 SecondInfo::getTombstoneKey());
149 | (uint64_t)SecondInfo::getHashValue(PairVal.second);
162 SecondInfo::isEqual(LHS.second, RHS.second);
PointerUnion.h 483 typedef DenseMapInfo<U> SecondInfo;
500 SecondInfo::isEqual(LHS.template get<U>(),

Completed in 66 milliseconds