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

12

/external/clang/include/clang/AST/
H A DTypeOrdering.h43 static inline clang::QualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
63 static inline clang::CanQualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DBaseSubobject.h62 static clang::BaseSubobject getTombstoneKey() { function in struct:llvm::DenseMapInfo
64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
H A DGlobalDecl.h101 static inline clang::GlobalDecl getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h216 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo
218 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
H A DASTTypeTraits.h100 static inline ASTNodeKind getTombstoneKey() { function in struct:clang::ast_type_traits::ASTNodeKind::DenseMapInfo
332 static inline DynTypedNode getTombstoneKey() { function in struct:clang::ast_type_traits::DynTypedNode::DenseMapInfo
334 Node.NodeKind = ASTNodeKind::DenseMapInfo::getTombstoneKey();
357 auto TombStone = ASTNodeKind::DenseMapInfo::getTombstoneKey();
H A DDeclarationName.h579 static inline clang::DeclarationName getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/llvm/unittests/ADT/
H A DDenseSetTest.cpp32 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon13125::TestDenseSetInfo
H A DDenseMapTest.cpp63 static inline CtorTester getTombstoneKey() { return CtorTester(-2); }
371 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon13124::TestDenseMapInfo
410 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon13124::ContiguousDenseMapInfo
/external/llvm/include/llvm/ADT/
H A DDenseMapInfo.h28 //static inline T getTombstoneKey();
41 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
56 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
66 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
76 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
88 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
101 static inline int getTombstoneKey() { return -0x7fffffff - 1; } function in struct:llvm::DenseMapInfo
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
125 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
146 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
175 static inline StringRef getTombstoneKey() { function in struct:llvm::DenseMapInfo
200 static inline ArrayRef<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DPointerUnion.h494 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
495 return Pair(FirstInfo::getTombstoneKey());
H A DDenseMap.h102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
212 TheBucket->getFirst() = getTombstoneKey();
220 TheBucket->getFirst() = getTombstoneKey();
268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
293 const KeyT TombstoneKey = getTombstoneKey();
330 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey()))
346 static const KeyT getTombstoneKey() { function in class:llvm::DenseMapBase
347 return KeyInfoT::getTombstoneKey();
481 const KeyT TombstoneKey = getTombstoneKey();
748 const KeyT TombstoneKey = this->getTombstoneKey();
[all...]
/external/llvm/include/llvm/Analysis/
H A DMemoryLocation.h128 static inline MemoryLocation getTombstoneKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h137 static clang::CodeGen::TBAAPathTag getTombstoneKey() { function in struct:llvm::DenseMapInfo
139 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
140 DenseMapInfo<const MDNode *>::getTombstoneKey(),
141 DenseMapInfo<uint64_t>::getTombstoneKey());
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h51 static inline PoolEntry* getTombstoneKey() { 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 DAttributes.h373 static inline AttributeSet getTombstoneKey() { function in struct:llvm::AttributeSet::DenseMapInfo
H A DValueHandle.h109 V != DenseMapInfo<Value *>::getTombstoneKey();
250 static inline AssertingVH<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
252 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
H A DValueMap.h279 static inline VH getTombstoneKey() { function in struct:llvm::DenseMapInfo
280 return VH(DenseMapInfo<Value *>::getTombstoneKey());
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp60 static DivOpInfo getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Basic/
H A DSourceLocation.h405 static inline clang::FileID getTombstoneKey() { function in struct:clang::llvm::DenseMapInfo
/external/llvm/lib/IR/
H A DConstantsContext.h561 static inline ConstantClass *getTombstoneKey() { function in struct:llvm::ConstantUniqueMap::MapInfo
562 return ConstantClassInfo::getTombstoneKey();
575 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp684 static inline LoweredPHIRecord getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp62 Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
83 static inline SimpleValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
84 return DenseMapInfo<Instruction *>::getTombstoneKey();
209 Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
230 static inline CallValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
231 return DenseMapInfo<Instruction *>::getTombstoneKey();
/external/clang/include/clang/Analysis/
H A DProgramPoint.h683 static inline clang::ProgramPoint getTombstoneKey() { function in struct:llvm::DenseMapInfo
685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
/external/clang/tools/libclang/
H A DCXCursor.cpp1269 static inline CXCursor getTombstoneKey() { function in struct:llvm::DenseMapInfo

Completed in 1207 milliseconds

12