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

12

/freebsd-10.0-release/contrib/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.h86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
252 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
271 const KeyT EmptyKey = getEmptyKey();
280 const KeyT EmptyKey = getEmptyKey();
320 if (!KeyInfoT::isEqual(getBuckets()[i].first, getEmptyKey()) &&
338 static const KeyT getEmptyKey() { function in class:llvm::DenseMapBase
339 return KeyInfoT::getEmptyKey();
451 const KeyT EmptyKey = getEmptyKey();
475 const KeyT EmptyKey = getEmptyKey();
745 const KeyT EmptyKey = this->getEmptyKey();
[all...]
H A DValueMap.h255 static inline VH getEmptyKey() { function in struct:llvm::DenseMapInfo
256 return VH(PointerInfo::getEmptyKey(), NULL);
H A DImmutableList.h207 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DPointerIntPair.h158 static Ty getEmptyKey() {
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h29 /// getEmptyKey() - A private constructor that returns an unknown that is
31 static DebugLoc getEmptyKey() { function in class:llvm::DebugLoc
105 static DebugLoc getEmptyKey() { return DebugLoc::getEmptyKey(); } function in struct:llvm::DenseMapInfo
H A DValueHandle.h110 V != DenseMapInfo<Value *>::getEmptyKey() &&
242 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
243 return AssertingVH<T>(PointerInfo::getEmptyKey());
/freebsd-10.0-release/contrib/llvm/tools/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.h197 static clang::CharUnits getEmptyKey() { function in struct:llvm::DenseMapInfo
199 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
H A DGlobalDecl.h96 static inline clang::GlobalDecl getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DDeclarationName.h569 static inline clang::DeclarationName getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h130 static clang::CodeGen::TBAAPathTag getEmptyKey() { function in struct:llvm::DenseMapInfo
132 DenseMapInfo<const clang::Type *>::getEmptyKey(),
133 DenseMapInfo<const MDNode *>::getEmptyKey(),
134 DenseMapInfo<uint64_t>::getEmptyKey());
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h59 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); } function in struct:llvm::DenseMapAPIntKeyInfo
83 static inline KeyTy getEmptyKey() { function in struct:llvm::DenseMapAPFloatKeyInfo
117 static inline StructType* getEmptyKey() { function in struct:llvm::AnonStructTypeKeyInfo
118 return DenseMapInfo<StructType*>::getEmptyKey();
132 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
165 static inline FunctionType* getEmptyKey() { function in struct:llvm::FunctionTypeKeyInfo
166 return DenseMapInfo<FunctionType*>::getEmptyKey();
181 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
H A DConstantsContext.h660 static inline ConstantClass* getEmptyKey() { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
661 return ConstantClassInfo::getEmptyKey();
681 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp57 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
81 static inline SimpleValue getEmptyKey() { function in struct:llvm::DenseMapInfo
82 return DenseMapInfo<Instruction*>::getEmptyKey();
205 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
229 static inline CallValue getEmptyKey() { function in struct:llvm::DenseMapInfo
230 return DenseMapInfo<Instruction*>::getEmptyKey();
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h47 TBAAInfo(DenseMapInfo<const MDNode *>::getEmptyKey()) {}
62 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey())
76 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey() ||
H A DAliasAnalysis.h560 static inline AliasAnalysis::Location getEmptyKey() { function in struct:llvm::DenseMapInfo
562 AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1047 static inline MachineInstr *getEmptyKey() {
1059 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1060 LHS == getEmptyKey() || LHS == getTombstoneKey())
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp55 static DivOpInfo getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h676 static inline clang::ProgramPoint getEmptyKey() { function in struct:llvm::DenseMapInfo
678 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h360 static inline AttributeSet getEmptyKey() { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h402 static inline clang::FileID getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DIdentifierTable.h776 static inline clang::Selector getEmptyKey() {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h207 static inline WeakObjectProfileTy getEmptyKey() { function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo

Completed in 223 milliseconds

12