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 140 typedef DenseMapInfo<U> SecondInfo;
144 SecondInfo::getEmptyKey());
148 SecondInfo::getTombstoneKey());
152 | (uint64_t)SecondInfo::getHashValue(PairVal.second);
165 SecondInfo::isEqual(LHS.second, RHS.second);
PointerUnion.h 489 typedef DenseMapInfo<U> SecondInfo;
506 SecondInfo::isEqual(LHS.template get<U>(),

Completed in 74 milliseconds