HomeSort by relevance Sort by last modified time
    Searched defs:FirstInfo (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 169 typedef DenseMapInfo<T> FirstInfo;
173 return std::make_pair(FirstInfo::getEmptyKey(),
177 return std::make_pair(FirstInfo::getTombstoneKey(),
181 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
194 return FirstInfo::isEqual(LHS.first, RHS.first) &&
PointerUnion.h 452 typedef DenseMapInfo<T> FirstInfo;
455 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
457 return Pair(FirstInfo::getTombstoneKey());
465 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMapInfo.h 136 typedef DenseMapInfo<T> FirstInfo;
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) &&
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMapInfo.h 139 typedef DenseMapInfo<T> FirstInfo;
143 return std::make_pair(FirstInfo::getEmptyKey(),
147 return std::make_pair(FirstInfo::getTombstoneKey(),
151 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
164 return FirstInfo::isEqual(LHS.first, RHS.first) &&
PointerUnion.h 459 typedef DenseMapInfo<T> FirstInfo;
462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
464 return Pair(FirstInfo::getTombstoneKey());
472 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 157 typedef DenseMapInfo<T> FirstInfo;
161 return std::make_pair(FirstInfo::getEmptyKey(),
165 return std::make_pair(FirstInfo::getTombstoneKey(),
169 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
182 return FirstInfo::isEqual(LHS.first, RHS.first) &&
PointerUnion.h 459 typedef DenseMapInfo<T> FirstInfo;
462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
464 return Pair(FirstInfo::getTombstoneKey());
472 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 157 typedef DenseMapInfo<T> FirstInfo;
161 return std::make_pair(FirstInfo::getEmptyKey(),
165 return std::make_pair(FirstInfo::getTombstoneKey(),
169 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
182 return FirstInfo::isEqual(LHS.first, RHS.first) &&
PointerUnion.h 459 typedef DenseMapInfo<T> FirstInfo;
462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
464 return Pair(FirstInfo::getTombstoneKey());
472 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PointerUnion.h 459 typedef DenseMapInfo<T> FirstInfo;
462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
464 return Pair(FirstInfo::getTombstoneKey());
472 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PointerUnion.h 459 typedef DenseMapInfo<T> FirstInfo;
462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
464 return Pair(FirstInfo::getTombstoneKey());
472 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PointerUnion.h 459 typedef DenseMapInfo<T> FirstInfo;
462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
464 return Pair(FirstInfo::getTombstoneKey());
472 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PointerUnion.h 459 typedef DenseMapInfo<T> FirstInfo;
462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
464 return Pair(FirstInfo::getTombstoneKey());
472 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PointerUnion.h 456 typedef DenseMapInfo<T> FirstInfo;
459 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
461 return Pair(FirstInfo::getTombstoneKey());
469 (LHS.template is<T>() ? FirstInfo::isEqual(LHS.template get<T>(),

Completed in 593 milliseconds