HomeSort by relevance Sort by last modified time
    Searched refs:getTombstoneKey (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 25 //static inline T getTombstoneKey();
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() {
    [all...]
DenseMap.h 66 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
116 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
206 TheBucket->first = getTombstoneKey();
214 TheBucket->first = getTombstoneKey();
259 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
293 !KeyInfoT::isEqual(Buckets[i].first, getTombstoneKey()))
338 static const KeyT getTombstoneKey() {
339 return KeyInfoT::getTombstoneKey();
360 const KeyT TombstoneKey = getTombstoneKey();
432 const KeyT TombstoneKey = getTombstoneKey();
    [all...]
ImmutableList.h 211 static inline ImmutableList<T> getTombstoneKey() {
PointerIntPair.h 135 static Ty getTombstoneKey() {
ValueMap.h 253 static inline VH getTombstoneKey() {
254 return VH(PointerInfo::getTombstoneKey(), NULL);
  /external/clang/include/clang/AST/
BaseSubobject.h 62 static clang::BaseSubobject getTombstoneKey() {
64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
TypeOrdering.h 41 static inline clang::QualType getTombstoneKey() {
61 static inline clang::CanQualType getTombstoneKey() {
CharUnits.h 193 static clang::CharUnits getTombstoneKey() {
195 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
GlobalDecl.h 100 static inline clang::GlobalDecl getTombstoneKey() {
DeclarationName.h 563 static inline clang::DeclarationName getTombstoneKey() {
  /external/llvm/include/llvm/Support/
DebugLoc.h 38 /// getTombstoneKey() - A private constructor that returns an unknown that
40 static DebugLoc getTombstoneKey() {
107 static DebugLoc getTombstoneKey();
ValueHandle.h 110 V != DenseMapInfo<Value *>::getTombstoneKey();
257 static inline T* getTombstoneKey() {
258 return AssertingVH<T>(PointerInfo::getTombstoneKey());
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 60 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); }
87 static inline KeyTy getTombstoneKey() {
123 static inline StructType* getTombstoneKey() {
124 return DenseMapInfo<StructType*>::getTombstoneKey();
135 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
175 static inline FunctionType* getTombstoneKey() {
176 return DenseMapInfo<FunctionType*>::getTombstoneKey();
188 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
DebugLoc.cpp 171 DebugLoc DenseMapInfo<DebugLoc>::getTombstoneKey() {
172 return DebugLoc::getTombstoneKey();
ConstantsContext.h 656 static inline ConstantClass* getTombstoneKey() {
657 return ConstantClassInfo::getTombstoneKey();
674 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 57 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
83 static inline SimpleValue getTombstoneKey() {
84 return DenseMapInfo<Instruction*>::getTombstoneKey();
150 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
176 static inline CallValue getTombstoneKey() {
177 return DenseMapInfo<Instruction*>::getTombstoneKey();
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
SlotIndexes.h 153 static inline SlotIndex getTombstoneKey() {
315 static inline SlotIndex getTombstoneKey() {
316 return SlotIndex::getTombstoneKey();
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 540 static inline AliasAnalysis::Location getTombstoneKey() {
542 AliasAnalysis::Location(DenseMapInfo<const Value *>::getTombstoneKey(),
AliasSetTracker.h 68 TBAAInfo = DenseMapInfo<const MDNode *>::getTombstoneKey();
78 TBAAInfo == DenseMapInfo<const MDNode *>::getTombstoneKey())
  /external/clang/include/clang/Analysis/
ProgramPoint.h 468 static inline clang::ProgramPoint getTombstoneKey() {
470 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 183 static inline unsigned getTombstoneKey() { return ~0U - 1; }
  /external/clang/include/clang/Basic/
SourceLocation.h 393 static inline clang::FileID getTombstoneKey() {
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 113 static inline QualType getTombstoneKey() {
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 589 milliseconds

1 2