Searched refs:getEmptyKey (Results 1 - 25 of 37) sorted by relevance

12

/external/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 ~0U; } 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 DDenseMap.h66 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
116 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
259 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
292 if (!KeyInfoT::isEqual(Buckets[i].first, getEmptyKey()) &&
320 if (!KeyInfoT::isEqual(TheBucket->first, getEmptyKey()))
335 static const KeyT getEmptyKey() { function in class:llvm::DenseMap
336 return KeyInfoT::getEmptyKey();
359 const KeyT EmptyKey = getEmptyKey();
408 const KeyT EmptyKey = getEmptyKey();
427 const KeyT EmptyKey = getEmptyKey();
[all...]
H A DPointerIntPair.h130 static Ty getEmptyKey() {
H A DValueMap.h250 static inline VH getEmptyKey() { function in struct:llvm::DenseMapInfo
251 return VH(PointerInfo::getEmptyKey(), NULL);
H A DImmutableList.h208 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/clang/include/clang/AST/
H A DBaseSubobject.h56 static clang::BaseSubobject getEmptyKey() { function in struct:llvm::DenseMapInfo
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
H A DTypeOrdering.h39 static inline clang::QualType getEmptyKey() { return clang::QualType(); } function in struct:llvm::DenseMapInfo
57 static inline clang::CanQualType getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h186 static clang::CharUnits getEmptyKey() { function in struct:llvm::DenseMapInfo
188 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
H A DGlobalDecl.h96 static inline clang::GlobalDecl getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DDeclarationName.h559 static inline clang::DeclarationName getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/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.h109 V != DenseMapInfo<Value *>::getEmptyKey() &&
254 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
255 return AssertingVH<T>(PointerInfo::getEmptyKey());
/external/llvm/lib/VMCore/
H A DLLVMContextImpl.h59 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); } function in struct:llvm::DenseMapAPIntKeyInfo
84 static inline KeyTy getEmptyKey() { function in struct:llvm::DenseMapAPFloatKeyInfo
120 static inline StructType* getEmptyKey() { function in struct:llvm::AnonStructTypeKeyInfo
121 return DenseMapInfo<StructType*>::getEmptyKey();
135 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
172 static inline FunctionType* getEmptyKey() { function in struct:llvm::FunctionTypeKeyInfo
173 return DenseMapInfo<FunctionType*>::getEmptyKey();
188 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
H A DDebugLoc.cpp167 DebugLoc DenseMapInfo<DebugLoc>::getEmptyKey() { function in class:DenseMapInfo
168 return DebugLoc::getEmptyKey();
H A DConstantsContext.h653 static inline ConstantClass* getEmptyKey() { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
654 return ConstantClassInfo::getEmptyKey();
674 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp56 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
80 static inline SimpleValue getEmptyKey() { function in struct:llvm::DenseMapInfo
81 return DenseMapInfo<Instruction*>::getEmptyKey();
149 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
173 static inline CallValue getEmptyKey() { function in struct:llvm::DenseMapInfo
174 return DenseMapInfo<Instruction*>::getEmptyKey();
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h48 TBAAInfo(DenseMapInfo<const MDNode *>::getEmptyKey()) {}
63 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey())
77 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey() ||
H A DAliasAnalysis.h535 static inline AliasAnalysis::Location getEmptyKey() { function in struct:llvm::DenseMapInfo
537 AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h932 static inline MachineInstr *getEmptyKey() {
944 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
945 LHS == getEmptyKey() || LHS == getTombstoneKey())
H A DSlotIndexes.h149 static inline SlotIndex getEmptyKey() { function in class:llvm::SlotIndex
312 static inline SlotIndex getEmptyKey() { function in struct:llvm::DenseMapInfo
313 return SlotIndex::getEmptyKey();
/external/clang/include/clang/Analysis/
H A DProgramPoint.h462 static inline clang::ProgramPoint getEmptyKey() { function in struct:llvm::DenseMapInfo
464 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
/external/llvm/unittests/ADT/
H A DDenseMapTest.cpp182 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon7908::TestDenseMapInfo
/external/clang/include/clang/Basic/
H A DSourceLocation.h390 static inline clang::FileID getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Serialization/
H A DASTBitCodes.h110 static inline QualType getEmptyKey() { function in struct:clang::serialization::UnsafeQualTypeDenseMapInfo
/external/llvm/lib/MC/
H A DMCDwarf.cpp1339 static const CIEKey getEmptyKey() { return CIEKey(0, 0, -1, false); } function in struct:__anon7470::CIEKey
1357 static CIEKey getEmptyKey() { function in struct:llvm::DenseMapInfo
1358 return CIEKey::getEmptyKey();

Completed in 381 milliseconds

12