Searched refs:getTombstoneKey (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-DenseMapInfo.h27 //static inline T getTombstoneKey();
39 static inline T* getTombstoneKey() { function in struct:objc::DenseMapInfo
55 static inline const char* getTombstoneKey() { function in struct:objc::DenseMapInfo
69 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:objc::DenseMapInfo
79 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:objc::DenseMapInfo
89 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:objc::DenseMapInfo
101 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:objc::DenseMapInfo
114 static inline int getTombstoneKey() { return -0x7fffffff - 1; } function in struct:objc::DenseMapInfo
126 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:objc::DenseMapInfo
138 static inline long long getTombstoneKey() { retur function in struct:objc::DenseMapInfo
159 static inline Pair getTombstoneKey() { function in struct:objc::DenseMapInfo
[all...]
H A Dllvm-DenseMap.h107 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
209 TheBucket->first = getTombstoneKey();
218 TheBucket->first = getTombstoneKey();
269 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
298 const KeyT TombstoneKey = getTombstoneKey();
339 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey()))
359 static const KeyT getTombstoneKey() { function in class:objc::DenseMapBase
360 return KeyInfoT::getTombstoneKey();
471 else if (KeyInfoT::isEqual(TheBucket->first, getTombstoneKey())) {
504 const KeyT TombstoneKey = getTombstoneKey();
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
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 DDenseMap.h86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
176 TheBucket->first = getTombstoneKey();
184 TheBucket->first = getTombstoneKey();
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
263 const KeyT TombstoneKey = getTombstoneKey();
303 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey()))
323 static const KeyT getTombstoneKey() { function in class:llvm::DenseMapBase
324 return KeyInfoT::getTombstoneKey();
457 const KeyT TombstoneKey = getTombstoneKey();
728 const KeyT TombstoneKey = this->getTombstoneKey();
[all...]
H A DPointerIntPair.h142 static Ty getTombstoneKey() {
H A DValueMap.h259 static inline VH getTombstoneKey() { function in struct:llvm::DenseMapInfo
260 return VH(PointerInfo::getTombstoneKey(), NULL);
H A DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDebugLoc.h37 /// getTombstoneKey() - A private constructor that returns an unknown that
39 static DebugLoc getTombstoneKey() { function in class:llvm::DebugLoc
106 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); } function in struct:llvm::DenseMapInfo
H A DValueHandle.h110 V != DenseMapInfo<Value *>::getTombstoneKey();
258 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
259 return AssertingVH<T>(PointerInfo::getTombstoneKey());
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLLVMContextImpl.h61 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } function in struct:llvm::DenseMapAPIntKeyInfo
88 static inline KeyTy getTombstoneKey() { function in struct:llvm::DenseMapAPFloatKeyInfo
124 static inline StructType* getTombstoneKey() { function in struct:llvm::AnonStructTypeKeyInfo
125 return DenseMapInfo<StructType*>::getTombstoneKey();
136 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
176 static inline FunctionType* getTombstoneKey() { function in struct:llvm::FunctionTypeKeyInfo
177 return DenseMapInfo<FunctionType*>::getTombstoneKey();
189 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
H A DConstantsContext.h663 static inline ConstantClass* getTombstoneKey() { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
664 return ConstantClassInfo::getTombstoneKey();
681 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
H A DValue.cpp600 Entry->operator=(DenseMapInfo<Value *>::getTombstoneKey());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DEarlyCSE.cpp57 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
83 static inline SimpleValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
84 return DenseMapInfo<Instruction*>::getTombstoneKey();
150 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
176 static inline CallValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
177 return DenseMapInfo<Instruction*>::getTombstoneKey();
H A DGVN.cpp141 static inline Expression getTombstoneKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DAliasSetTracker.h68 TBAAInfo = DenseMapInfo<const MDNode *>::getTombstoneKey();
78 TBAAInfo == DenseMapInfo<const MDNode *>::getTombstoneKey())
H A DAliasAnalysis.h565 static inline AliasAnalysis::Location getTombstoneKey() { function in struct:llvm::DenseMapInfo
567 AliasAnalysis::Location(DenseMapInfo<const Value *>::getTombstoneKey(),
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DDenseMapTest.cpp62 static inline CtorTester getTombstoneKey() { return CtorTester(-2); }
296 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon10723::TestDenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineInstr.h1014 static inline MachineInstr *getTombstoneKey() {
1022 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1023 LHS == getEmptyKey() || LHS == getTombstoneKey())
H A DSelectionDAGNodes.h176 static inline SDValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp59 static DivOpInfo getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DPromoteMemoryToRegister.cpp66 static inline EltTy getTombstoneKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCDwarf.cpp1340 static const CIEKey getTombstoneKey() { return CIEKey(0, -1, 0, false); } function in struct:__anon10272::CIEKey
1360 static CIEKey getTombstoneKey() { function in struct:llvm::DenseMapInfo
1361 return CIEKey::getTombstoneKey();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DMergeFunctions.cpp139 static ComparableFunction getTombstoneKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp594 static inline LoweredPHIRecord getTombstoneKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DRecord.cpp64 static inline TableGenStringKey getTombstoneKey() { function in struct:llvm::DenseMapInfo

Completed in 252 milliseconds

12