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

12

/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.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 DGlobalDecl.h97 static inline clang::GlobalDecl getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DASTTypeTraits.h97 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } function in struct:clang::ast_type_traits::ASTNodeKind::DenseMapInfo
H A DCharUnits.h191 static clang::CharUnits getEmptyKey() { function in struct:llvm::DenseMapInfo
193 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
H A DDeclarationName.h575 static inline clang::DeclarationName getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/unittests/ADT/
H A DDenseSetTest.cpp31 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon11206::TestDenseSetInfo
H A DDenseMapTest.cpp62 static inline CtorTester getEmptyKey() { return CtorTester(-1); }
329 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon11205::TestDenseMapInfo
368 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon11205::ContiguousDenseMapInfo
/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 DImmutableList.h207 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DPointerUnion.h491 static inline Pair getEmptyKey() { function in struct:llvm::DenseMapInfo
492 return Pair(FirstInfo::getEmptyKey());
/external/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());
/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 DValueHandle.h104 V != DenseMapInfo<Value *>::getEmptyKey() &&
237 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
239 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
H A DAttributes.h402 static inline AttributeSet getEmptyKey() { function in struct:llvm::AttributeSet::DenseMapInfo
H A DValueMap.h276 static inline VH getEmptyKey() { function in struct:llvm::DenseMapInfo
277 return VH(DenseMapInfo<Value *>::getEmptyKey());
/external/llvm/include/llvm/ProfileData/
H A DSampleProf.h82 static inline sampleprof::LineLocation getEmptyKey() { function in struct:llvm::DenseMapInfo
83 return sampleprof::LineLocation(OffsetInfo::getEmptyKey(),
84 DiscriminatorInfo::getEmptyKey());
H A DCoverageMapping.h461 static inline coverage::CounterExpression getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp56 static DivOpInfo getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Basic/
H A DSourceLocation.h401 static inline clang::FileID getEmptyKey() { function in struct:clang::llvm::DenseMapInfo
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h603 static inline AliasAnalysis::Location getEmptyKey() { function in struct:llvm::DenseMapInfo
604 return AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
/external/llvm/lib/IR/
H A DConstantsContext.h521 static inline ConstantClass *getEmptyKey() { function in struct:llvm::ConstantUniqueMap::MapInfo
522 return ConstantClassInfo::getEmptyKey();
538 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp591 static inline LoweredPHIRecord getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp60 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() ||
79 static inline SimpleValue getEmptyKey() { function in struct:llvm::DenseMapInfo
80 return DenseMapInfo<Instruction *>::getEmptyKey();
207 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() ||
226 static inline CallValue getEmptyKey() { function in struct:llvm::DenseMapInfo
227 return DenseMapInfo<Instruction *>::getEmptyKey();
/external/clang/include/clang/Analysis/
H A DProgramPoint.h677 static inline clang::ProgramPoint getEmptyKey() { function in struct:llvm::DenseMapInfo
679 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;

Completed in 1938 milliseconds

12