Searched defs:getTombstoneKey (Results 1 - 25 of 37) sorted by path

12

/external/clang/include/clang/AST/
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 DCharUnits.h198 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo
200 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
H A DDeclarationName.h578 static inline clang::DeclarationName getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DGlobalDecl.h101 static inline clang::GlobalDecl getTombstoneKey() { function in struct:llvm::DenseMapInfo
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
/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/include/clang/Basic/
H A DSourceLocation.h405 static inline clang::FileID getTombstoneKey() { function in struct:clang::llvm::DenseMapInfo
/external/clang/include/clang/Sema/
H A DScopeInfo.h232 static inline WeakObjectProfileTy getTombstoneKey() { function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo
/external/clang/include/clang/Serialization/
H A DASTBitCodes.h113 static inline QualType getTombstoneKey() { function in struct:clang::serialization::UnsafeQualTypeDenseMapInfo
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1914 static inline EditEntry getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp347 static inline StringRef getTombstoneKey() { return StringRef(); } function in struct:llvm::DenseMapInfo
/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/clang/lib/Sema/
H A DSemaDecl.cpp12973 static DupKey getTombstoneKey() { return DupKey(1, true); } function in struct:DenseMapInfoDupKey
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp471 static inline ObjCSummaryKey getTombstoneKey() { function in struct:llvm::DenseMapInfo
472 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(),
473 DenseMapInfo<Selector>::getTombstoneKey());
/external/clang/tools/libclang/
H A DCXCursor.cpp1057 static inline CXCursor getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/ADT/
H A DDenseMap.h89 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
195 TheBucket->first = getTombstoneKey();
203 TheBucket->first = getTombstoneKey();
251 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
280 const KeyT TombstoneKey = getTombstoneKey();
320 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey()))
340 static const KeyT getTombstoneKey() { function in class:llvm::DenseMapBase
341 return KeyInfoT::getTombstoneKey();
472 const KeyT TombstoneKey = getTombstoneKey();
736 const KeyT TombstoneKey = this->getTombstoneKey();
[all...]
H A DDenseMapInfo.h25 //static inline T getTombstoneKey();
38 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
53 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
63 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
98 static inline int getTombstoneKey() { return -0x7fffffff - 1; } function in struct:llvm::DenseMapInfo
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
143 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DPointerUnion.h488 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
489 return Pair(FirstInfo::getTombstoneKey());
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h573 static inline AliasAnalysis::Location getTombstoneKey() { function in struct:llvm::DenseMapInfo
575 AliasAnalysis::Location(DenseMapInfo<const Value *>::getTombstoneKey(),
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h213 static inline SDValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/IR/
H A DAttributes.h375 static inline AttributeSet getTombstoneKey() { function in struct:llvm::AttributeSet::DenseMapInfo
H A DDebugLoc.h40 /// getTombstoneKey() - A private constructor that returns an unknown that
42 static DebugLoc getTombstoneKey() { function in class:llvm::DebugLoc
117 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); } function in struct:llvm::DenseMapInfo
H A DValueHandle.h111 V != DenseMapInfo<Value *>::getTombstoneKey();
245 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
246 return AssertingVH<T>(PointerInfo::getTombstoneKey());
H A DValueMap.h261 static inline VH getTombstoneKey() { function in struct:llvm::DenseMapInfo
262 return VH(PointerInfo::getTombstoneKey(), nullptr);

Completed in 1185 milliseconds

12