HomeSort by relevance Sort by last modified time
    Searched refs:getTombstoneKey (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 28 //static inline T getTombstoneKey();
48 static CachedHash<T> getTombstoneKey() {
49 T N = DenseMapInfo<T>::getTombstoneKey();
54 assert(!isEqual(Val, getTombstoneKey()) &&
71 static inline T* getTombstoneKey() {
86 static inline char getTombstoneKey() { return ~0 - 1; }
96 static inline unsigned getTombstoneKey() { return ~0U - 1; }
106 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
118 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
131 static inline int getTombstoneKey() { return -0x7fffffff - 1;
    [all...]
PointerEmbeddedInt.h 109 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DenseMapInfo.h 31 //static inline T getTombstoneKey();
45 static inline T* getTombstoneKey() {
62 static inline char getTombstoneKey() { return ~0 - 1; }
73 static inline unsigned short getTombstoneKey() { return 0xFFFF - 1; }
84 static inline unsigned getTombstoneKey() { return ~0U - 1; }
95 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
109 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
124 static inline short getTombstoneKey() { return -0x7FFF - 1; }
132 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
146 static inline long getTombstoneKey() { return getEmptyKey() - 1L;
    [all...]
CachedHashString.h 55 static CachedHashStringRef getTombstoneKey() {
56 return CachedHashStringRef(DenseMapInfo<StringRef>::getTombstoneKey(), 1);
60 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
82 return DenseMapInfo<char *>::getTombstoneKey();
159 static CachedHashString getTombstoneKey() {
165 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
PointerEmbeddedInt.h 109 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMapInfo.h 28 //static inline T getTombstoneKey();
41 static inline T* getTombstoneKey() {
56 static inline char getTombstoneKey() { return ~0 - 1; }
66 static inline unsigned getTombstoneKey() { return ~0U - 1; }
76 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
88 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
101 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
125 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
146 static inline Pair getTombstoneKey() {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMapInfo.h 25 //static inline T getTombstoneKey();
38 static inline T* getTombstoneKey() {
53 static inline char getTombstoneKey() { return ~0 - 1; }
63 static inline unsigned getTombstoneKey() { return ~0U - 1; }
73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
98 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
143 static inline Pair getTombstoneKey() {
    [all...]
DenseMap.h 67 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
188 TheBucket->first = getTombstoneKey();
196 TheBucket->first = getTombstoneKey();
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
275 !KeyInfoT::isEqual(Buckets[i].first, getTombstoneKey()))
316 static const KeyT getTombstoneKey() {
317 return KeyInfoT::getTombstoneKey();
337 const KeyT TombstoneKey = getTombstoneKey();
409 const KeyT TombstoneKey = getTombstoneKey();
    [all...]
  /external/llvm/tools/llvm-dwp/
DWPStringPool.h 16 static inline const char *getTombstoneKey() {
21 assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
27 if (RHS == getTombstoneKey())
28 return LHS == getTombstoneKey();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
DWPStringPool.h 16 static inline const char *getTombstoneKey() {
21 assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
27 if (RHS == getTombstoneKey())
28 return LHS == getTombstoneKey();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
WasmTraits.h 29 static wasm::WasmSignature getTombstoneKey() {
49 static wasm::WasmGlobalType getTombstoneKey() {
  /external/clang/include/clang/AST/
BaseSubobject.h 61 static clang::BaseSubobject getTombstoneKey() {
63 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
64 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
TypeOrdering.h 43 static inline clang::QualType getTombstoneKey() {
63 static inline clang::CanQualType getTombstoneKey() {
  /external/llvm/lib/Analysis/
AliasAnalysisSummary.h 176 static inline cflaa::InstantiatedValue getTombstoneKey() {
177 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
178 DenseMapInfo<unsigned>::getTombstoneKey()};
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DebugLoc.h 38 /// getTombstoneKey() - A private constructor that returns an unknown that
40 static DebugLoc getTombstoneKey() {
107 static DebugLoc getTombstoneKey();
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 51 static inline PoolEntry* getTombstoneKey() {
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 53 static inline PoolEntry *getTombstoneKey() {
77 if (P == getEmptyKey() || P == getTombstoneKey())
83 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 134 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
136 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
137 DenseMapInfo<const MDNode *>::getTombstoneKey(),
138 DenseMapInfo<uint64_t>::getTombstoneKey());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h 49 static DivRemMapKey getTombstoneKey() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisSummary.h 250 static inline cflaa::InstantiatedValue getTombstoneKey() {
251 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
252 DenseMapInfo<unsigned>::getTombstoneKey()};
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 128 static inline MemoryLocation getTombstoneKey() {
129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryLocation.h 147 static inline MemoryLocation getTombstoneKey() {
148 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
  /external/llvm/include/llvm/Linker/
IRMover.h 37 static StructType *getTombstoneKey();
  /external/llvm/unittests/ADT/
DenseSetTest.cpp 32 static inline unsigned getTombstoneKey() { return ~0U - 1; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Linker/
IRMover.h 37 static StructType *getTombstoneKey();

Completed in 678 milliseconds

1 2 3 4 5 6 7