/external/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 38 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 …]
|
D | DenseMap.h | 86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() 176 TheBucket->first = getTombstoneKey(); in erase() 184 TheBucket->first = getTombstoneKey(); in erase() 234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() 263 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() 303 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey())) in copyFrom() 323 static const KeyT getTombstoneKey() { in getTombstoneKey() function 324 return KeyInfoT::getTombstoneKey(); in getTombstoneKey() 456 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() 727 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() [all …]
|
D | ValueMap.h | 259 static inline VH getTombstoneKey() { 260 return VH(PointerInfo::getTombstoneKey(), NULL);
|
D | PointerIntPair.h | 142 static Ty getTombstoneKey() {
|
D | ImmutableList.h | 211 static inline ImmutableList<T> getTombstoneKey() {
|
/external/llvm/lib/VMCore/ |
D | LLVMContextImpl.h | 60 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } in getTombstoneKey() function 87 static inline KeyTy getTombstoneKey() { in getTombstoneKey() function 123 static inline StructType* getTombstoneKey() { in getTombstoneKey() function 124 return DenseMapInfo<StructType*>::getTombstoneKey(); in getTombstoneKey() 135 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 175 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function 176 return DenseMapInfo<FunctionType*>::getTombstoneKey(); in getTombstoneKey() 188 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
|
D | ConstantsContext.h | 663 static inline ConstantClass* getTombstoneKey() { 664 return ConstantClassInfo::getTombstoneKey(); 681 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 62 static clang::BaseSubobject getTombstoneKey() { 64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(), 65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
|
D | TypeOrdering.h | 41 static inline clang::QualType getTombstoneKey() { 61 static inline clang::CanQualType getTombstoneKey() {
|
D | CharUnits.h | 193 static clang::CharUnits getTombstoneKey() { 195 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
|
D | GlobalDecl.h | 100 static inline clang::GlobalDecl getTombstoneKey() {
|
D | DeclarationName.h | 576 static inline clang::DeclarationName getTombstoneKey() {
|
/external/llvm/include/llvm/Support/ |
D | DebugLoc.h | 39 static DebugLoc getTombstoneKey() { 106 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); }
|
D | ValueHandle.h | 110 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid() 258 static inline T* getTombstoneKey() { 259 return AssertingVH<T>(PointerInfo::getTombstoneKey());
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 57 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel() 83 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function 84 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey() 150 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel() 176 static inline CallValue getTombstoneKey() { in getTombstoneKey() function 177 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1004 static inline MachineInstr *getTombstoneKey() { 1012 if (RHS == getEmptyKey() || RHS == getTombstoneKey() || 1013 LHS == getEmptyKey() || LHS == getTombstoneKey())
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 68 TBAAInfo = DenseMapInfo<const MDNode *>::getTombstoneKey(); in updateSizeAndTBAAInfo() 78 TBAAInfo == DenseMapInfo<const MDNode *>::getTombstoneKey()) in getTBAAInfo()
|
D | AliasAnalysis.h | 565 static inline AliasAnalysis::Location getTombstoneKey() { 567 AliasAnalysis::Location(DenseMapInfo<const Value *>::getTombstoneKey(),
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 62 static inline CtorTester getTombstoneKey() { return CtorTester(-2); } in getTombstoneKey() function 296 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 576 static inline clang::ProgramPoint getTombstoneKey() { 578 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 59 static DivOpInfo getTombstoneKey() { in getTombstoneKey() function
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 409 static inline clang::FileID getTombstoneKey() {
|
D | IdentifierTable.h | 771 static inline clang::Selector getTombstoneKey() {
|
/external/clang/include/clang/Serialization/ |
D | ASTBitCodes.h | 113 static inline QualType getTombstoneKey() { in getTombstoneKey() function
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1340 static const CIEKey getTombstoneKey() { return CIEKey(0, -1, 0, false); } in getTombstoneKey() function 1360 static CIEKey getTombstoneKey() { in getTombstoneKey() function 1361 return CIEKey::getTombstoneKey(); in getTombstoneKey()
|