Home
last modified time | relevance | path

Searched refs:getTombstoneKey (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/include/llvm/ADT/
DDenseMapInfo.h38 static inline T* getTombstoneKey() {
53 static inline char getTombstoneKey() { return ~0 - 1; }
63 static inline unsigned getTombstoneKey() { return ~0U - 1; }
73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
98 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
143 static inline Pair getTombstoneKey() {
144 return std::make_pair(FirstInfo::getTombstoneKey(),
[all …]
DDenseMap.h86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear()
194 TheBucket->first = getTombstoneKey(); in erase()
202 TheBucket->first = getTombstoneKey(); in erase()
252 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll()
281 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets()
321 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey())) in copyFrom()
341 static const KeyT getTombstoneKey() { in getTombstoneKey() function
342 return KeyInfoT::getTombstoneKey(); in getTombstoneKey()
476 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor()
746 const KeyT TombstoneKey = this->getTombstoneKey(); in swap()
[all …]
DValueMap.h258 static inline VH getTombstoneKey() {
259 return VH(PointerInfo::getTombstoneKey(), NULL);
DPointerIntPair.h163 static Ty getTombstoneKey() {
DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() {
/external/llvm/lib/IR/
DLLVMContextImpl.h60 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } in getTombstoneKey() function
86 static inline KeyTy getTombstoneKey() { in getTombstoneKey() function
120 static inline StructType* getTombstoneKey() { in getTombstoneKey() function
121 return DenseMapInfo<StructType*>::getTombstoneKey(); in getTombstoneKey()
132 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
168 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function
169 return DenseMapInfo<FunctionType*>::getTombstoneKey(); in getTombstoneKey()
181 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
DConstantsContext.h663 static inline ConstantClass* getTombstoneKey() {
664 return ConstantClassInfo::getTombstoneKey();
681 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/external/clang/include/clang/AST/
DBaseSubobject.h62 static clang::BaseSubobject getTombstoneKey() {
64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
DTypeOrdering.h43 static inline clang::QualType getTombstoneKey() {
63 static inline clang::CanQualType getTombstoneKey() {
DCharUnits.h203 static clang::CharUnits getTombstoneKey() {
205 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
DGlobalDecl.h101 static inline clang::GlobalDecl getTombstoneKey() {
DDeclarationName.h577 static inline clang::DeclarationName getTombstoneKey() {
/external/llvm/include/llvm/Support/
DDebugLoc.h39 static DebugLoc getTombstoneKey() {
106 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); }
DValueHandle.h111 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid()
245 static inline T* getTombstoneKey() {
246 return AssertingVH<T>(PointerInfo::getTombstoneKey());
/external/clang/lib/CodeGen/
DCodeGenTBAA.h137 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
139 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
140 DenseMapInfo<const MDNode *>::getTombstoneKey(),
141 DenseMapInfo<uint64_t>::getTombstoneKey());
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp58 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel()
84 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function
85 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey()
206 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel()
232 static inline CallValue getTombstoneKey() { in getTombstoneKey() function
233 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey()
/external/llvm/unittests/ADT/
DDenseMapTest.cpp62 static inline CtorTester getTombstoneKey() { return CtorTester(-2); } in getTombstoneKey() function
296 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
335 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1046 static inline MachineInstr *getTombstoneKey() {
1054 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1055 LHS == getEmptyKey() || LHS == getTombstoneKey())
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h67 TBAAInfo = DenseMapInfo<const MDNode *>::getTombstoneKey(); in updateSizeAndTBAAInfo()
77 TBAAInfo == DenseMapInfo<const MDNode *>::getTombstoneKey()) in getTBAAInfo()
DAliasAnalysis.h565 static inline AliasAnalysis::Location getTombstoneKey() {
567 AliasAnalysis::Location(DenseMapInfo<const Value *>::getTombstoneKey(),
/external/clang/include/clang/Analysis/
DProgramPoint.h682 static inline clang::ProgramPoint getTombstoneKey() {
684 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp59 static DivOpInfo getTombstoneKey() { in getTombstoneKey() function
/external/clang/include/clang/Basic/
DSourceLocation.h405 static inline clang::FileID getTombstoneKey() {
/external/llvm/include/llvm/IR/
DAttributes.h370 static inline AttributeSet getTombstoneKey() {
/external/clang/include/clang/Serialization/
DASTBitCodes.h113 static inline QualType getTombstoneKey() { in getTombstoneKey() function

12