Searched defs:getEmptyKey (Results 1 - 25 of 71) sorted by relevance

123

/external/clang/include/clang/AST/
H A DTypeOrdering.h41 static inline clang::QualType getEmptyKey() { return clang::QualType(); } function in struct:llvm::DenseMapInfo
59 static inline clang::CanQualType getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DBaseSubobject.h55 static clang::BaseSubobject getEmptyKey() { function in struct:llvm::DenseMapInfo
57 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
58 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
H A DGlobalDecl.h99 static inline clang::GlobalDecl getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h216 static clang::CharUnits getEmptyKey() { function in struct:llvm::DenseMapInfo
218 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
H A DASTTypeTraits.h99 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } function in struct:clang::ast_type_traits::ASTNodeKind::DenseMapInfo
329 static inline DynTypedNode getEmptyKey() { function in struct:clang::ast_type_traits::DynTypedNode::DenseMapInfo
331 Node.NodeKind = ASTNodeKind::DenseMapInfo::getEmptyKey();
358 auto Empty = ASTNodeKind::DenseMapInfo::getEmptyKey();
/external/llvm/unittests/ADT/
H A DDenseSetTest.cpp31 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon13570::TestDenseSetInfo
H A DDenseMapTest.cpp62 static inline CtorTester getEmptyKey() { return CtorTester(-1); }
509 static CachedHashTest getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
551 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon13569::TestDenseMapInfo
590 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon13569::ContiguousDenseMapInfo
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDebugLoc.h30 /// getEmptyKey() - A private constructor that returns an unknown that is
32 static DebugLoc getEmptyKey() { function in class:llvm::DebugLoc
106 static DebugLoc getEmptyKey();
H A DValueHandle.h100 V != DenseMapInfo<Value *>::getEmptyKey() &&
245 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
246 return AssertingVH<T>(PointerInfo::getEmptyKey());
/external/llvm/tools/llvm-dwp/
H A DDWPStringPool.h13 static inline const char *getEmptyKey() { function in struct:llvm::DWPStringPool::CStrDenseMapInfo
20 assert(Val != getEmptyKey() && "Cannot hash the empty key!");
25 if (RHS == getEmptyKey())
26 return LHS == getEmptyKey();
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DDenseMapInfo.h24 //static inline T getEmptyKey();
33 static inline T* getEmptyKey() { function in struct:llvm::DenseMapInfo
52 static inline char getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
62 static inline unsigned getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
72 static inline unsigned long getEmptyKey() { return ~0UL; } function in struct:llvm::DenseMapInfo
84 static inline unsigned long long getEmptyKey() { return ~0ULL; } function in struct:llvm::DenseMapInfo
97 static inline int getEmptyKey() { return 0x7fffffff; } function in struct:llvm::DenseMapInfo
107 static inline long getEmptyKey() { function in struct:llvm::DenseMapInfo
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
121 static inline long long getEmptyKey() { retur function in struct:llvm::DenseMapInfo
139 static inline Pair getEmptyKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h208 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/ADT/
H A DDenseMapInfo.h27 //static inline T getEmptyKey();
44 static CachedHash<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
45 T N = DenseMapInfo<T>::getEmptyKey();
53 assert(!isEqual(Val, getEmptyKey()) && "Cannot hash the empty key!");
66 static inline T* getEmptyKey() { function in struct:llvm::DenseMapInfo
85 static inline char getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
95 static inline unsigned getEmptyKey() { return ~0U; } function in struct:llvm::DenseMapInfo
105 static inline unsigned long getEmptyKey() { return ~0UL; } function in struct:llvm::DenseMapInfo
117 static inline unsigned long long getEmptyKey() { return ~0ULL; } function in struct:llvm::DenseMapInfo
130 static inline int getEmptyKey() { retur function in struct:llvm::DenseMapInfo
140 static inline long getEmptyKey() { function in struct:llvm::DenseMapInfo
154 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL; } function in struct:llvm::DenseMapInfo
172 static inline Pair getEmptyKey() { function in struct:llvm::DenseMapInfo
201 static inline StringRef getEmptyKey() { function in struct:llvm::DenseMapInfo
226 static inline ArrayRef<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h207 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DPointerUnion.h455 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); } function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/Analysis/
H A DMemoryLocation.h125 static inline MemoryLocation getEmptyKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
126 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(), 0);
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h127 static clang::CodeGen::TBAAPathTag getEmptyKey() { function in struct:llvm::DenseMapInfo
129 DenseMapInfo<const clang::Type *>::getEmptyKey(),
130 DenseMapInfo<const MDNode *>::getEmptyKey(),
131 DenseMapInfo<uint64_t>::getEmptyKey());
/external/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h172 static inline cflaa::InstantiatedValue getEmptyKey() { function in struct:llvm::DenseMapInfo
173 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
174 DenseMapInfo<unsigned>::getEmptyKey()};
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h49 static inline PoolEntry* getEmptyKey() { return nullptr; } function in class:llvm::PBQP::ValuePool::PoolEntryDSInfo
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
/external/llvm/include/llvm/IR/
H A DAttributes.h420 static inline AttributeSet getEmptyKey() { function in struct:llvm::AttributeSet::DenseMapInfo
H A DDominators.h61 static inline BasicBlockEdge getEmptyKey() { function in struct:llvm::DenseMapInfo
62 return BasicBlockEdge(BBInfo::getEmptyKey(), BBInfo::getEmptyKey());
H A DValueHandle.h108 V != DenseMapInfo<Value *>::getEmptyKey() &&
245 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
247 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DEarlyCSE.cpp54 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
78 static inline SimpleValue getEmptyKey() { function in struct:llvm::DenseMapInfo
79 return DenseMapInfo<Instruction*>::getEmptyKey();
147 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
171 static inline CallValue getEmptyKey() { function in struct:llvm::DenseMapInfo
172 return DenseMapInfo<Instruction*>::getEmptyKey();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugLoc.cpp167 DebugLoc DenseMapInfo<DebugLoc>::getEmptyKey() { function in class:DenseMapInfo
168 return DebugLoc::getEmptyKey();
/external/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp104 static inline MemOpKey getEmptyKey() { function in struct:llvm::DenseMapInfo
105 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(),
106 PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(),
107 PtrInfo::getEmptyKey());
119 assert(Val.Disp != PtrInfo::getEmptyKey() && "Cannot hash the empty key");
162 if (RHS.Disp == PtrInfo::getEmptyKey())
163 return LHS.Disp == PtrInfo::getEmptyKey();

Completed in 1026 milliseconds

123