HomeSort by relevance Sort by last modified time
    Searched defs:getEmptyKey (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/clang/include/clang/AST/
TypeOrdering.h 41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
59 static inline clang::CanQualType getEmptyKey() {
BaseSubobject.h 55 static clang::BaseSubobject getEmptyKey() {
57 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
58 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
GlobalDecl.h 99 static inline clang::GlobalDecl getEmptyKey() {
ASTTypeTraits.h 99 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); }
329 static inline DynTypedNode getEmptyKey() {
331 Node.NodeKind = ASTNodeKind::DenseMapInfo::getEmptyKey();
358 auto Empty = ASTNodeKind::DenseMapInfo::getEmptyKey();
CharUnits.h 216 static clang::CharUnits getEmptyKey() {
218 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
  /external/llvm/unittests/ADT/
DenseSetTest.cpp 31 static inline unsigned getEmptyKey() { return ~0; }
DenseMapTest.cpp 62 static inline CtorTester getEmptyKey() { return CtorTester(-1); }
509 static CachedHashTest getEmptyKey() { return ~0; }
551 static inline unsigned getEmptyKey() { return ~0; }
590 static inline unsigned getEmptyKey() { return ~0; }
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 27 //static inline T getEmptyKey();
44 static CachedHash<T> getEmptyKey() {
45 T N = DenseMapInfo<T>::getEmptyKey();
53 assert(!isEqual(Val, getEmptyKey()) && "Cannot hash the empty key!");
66 static inline T* getEmptyKey() {
85 static inline char getEmptyKey() { return ~0; }
95 static inline unsigned getEmptyKey() { return ~0U; }
105 static inline unsigned long getEmptyKey() { return ~0UL; }
117 static inline unsigned long long getEmptyKey() { return ~0ULL; }
130 static inline int getEmptyKey() { return 0x7fffffff;
    [all...]
ImmutableList.h 207 static inline ImmutableList<T> getEmptyKey() {
PointerUnion.h 455 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); }
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 125 static inline MemoryLocation getEmptyKey() {
126 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(), 0);
  /external/llvm/tools/llvm-dwp/
DWPStringPool.h 13 static inline const char *getEmptyKey() {
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/
DenseMapInfo.h 24 //static inline T getEmptyKey();
33 static inline T* getEmptyKey() {
52 static inline char getEmptyKey() { return ~0; }
62 static inline unsigned getEmptyKey() { return ~0; }
72 static inline unsigned long getEmptyKey() { return ~0UL; }
84 static inline unsigned long long getEmptyKey() { return ~0ULL; }
97 static inline int getEmptyKey() { return 0x7fffffff; }
107 static inline long getEmptyKey() {
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
121 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL;
    [all...]
ImmutableList.h 208 static inline ImmutableList<T> getEmptyKey() {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DebugLoc.h 30 /// getEmptyKey() - A private constructor that returns an unknown that is
32 static DebugLoc getEmptyKey() {
106 static DebugLoc getEmptyKey();
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 127 static clang::CodeGen::TBAAPathTag getEmptyKey() {
129 DenseMapInfo<const clang::Type *>::getEmptyKey(),
130 DenseMapInfo<const MDNode *>::getEmptyKey(),
131 DenseMapInfo<uint64_t>::getEmptyKey());
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 49 static inline PoolEntry* getEmptyKey() { return nullptr; }
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
  /external/llvm/lib/Analysis/
AliasAnalysisSummary.h 172 static inline cflaa::InstantiatedValue getEmptyKey() {
173 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
174 DenseMapInfo<unsigned>::getEmptyKey()};
  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugLoc.cpp 167 DebugLoc DenseMapInfo<DebugLoc>::getEmptyKey() {
168 return DebugLoc::getEmptyKey();
  /external/llvm/include/llvm/IR/
Attributes.h 420 static inline AttributeSet getEmptyKey() {
Dominators.h 61 static inline BasicBlockEdge getEmptyKey() {
62 return BasicBlockEdge(BBInfo::getEmptyKey(), BBInfo::getEmptyKey());
ValueHandle.h 108 V != DenseMapInfo<Value *>::getEmptyKey() &&
245 static inline AssertingVH<T> getEmptyKey() {
247 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 104 static inline MemOpKey getEmptyKey() {
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();
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 56 static DivOpInfo getEmptyKey() {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 535 static inline AliasAnalysis::Location getEmptyKey() {
537 AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),

Completed in 424 milliseconds

1 2 3