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

/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-DenseMapInfo.h26 //static inline T getEmptyKey();
35 static inline T* getEmptyKey() { function in struct:objc::DenseMapInfo
52 static inline const char* getEmptyKey() { function in struct:objc::DenseMapInfo
68 static inline char getEmptyKey() { return ~0; } function in struct:objc::DenseMapInfo
78 static inline unsigned getEmptyKey() { return ~0U; } function in struct:objc::DenseMapInfo
88 static inline unsigned long getEmptyKey() { return ~0UL; } function in struct:objc::DenseMapInfo
100 static inline unsigned long long getEmptyKey() { return ~0ULL; } function in struct:objc::DenseMapInfo
113 static inline int getEmptyKey() { return 0x7fffffff; } function in struct:objc::DenseMapInfo
123 static inline long getEmptyKey() { function in struct:objc::DenseMapInfo
126 static inline long getTombstoneKey() { return getEmptyKey()
137 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL; } function in struct:objc::DenseMapInfo
155 static inline Pair getEmptyKey() { function in struct:objc::DenseMapInfo
[all...]
H A Dllvm-DenseMap.h107 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
269 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
288 const KeyT EmptyKey = getEmptyKey();
297 const KeyT EmptyKey = getEmptyKey();
338 if (!KeyInfoT::isEqual(getBuckets()[i].first, getEmptyKey()) &&
356 static const KeyT getEmptyKey() { function in class:objc::DenseMapBase
357 return KeyInfoT::getEmptyKey();
467 if (KeyInfoT::isEqual(TheBucket->first, getEmptyKey())) {
503 const KeyT EmptyKey = getEmptyKey();
791 const KeyT EmptyKey = this->getEmptyKey();
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDenseMapInfo.h24 //static inline T getEmptyKey();
33 static inline T* getEmptyKey() { function in struct:llvm::DenseMapInfo
52 static inline char getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
62 static inline unsigned getEmptyKey() { return ~0U; } function in struct:llvm::DenseMapInfo
72 static inline unsigned long getEmptyKey() { return ~0UL; } function in struct:llvm::DenseMapInfo
84 static inline unsigned long long getEmptyKey() { return ~0ULL; } function in struct:llvm::DenseMapInfo
97 static inline int getEmptyKey() { return 0x7fffffff; } function in struct:llvm::DenseMapInfo
107 static inline long getEmptyKey() { function in struct:llvm::DenseMapInfo
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
121 static inline long long getEmptyKey() { retur function in struct:llvm::DenseMapInfo
139 static inline Pair getEmptyKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DDenseMap.h86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
253 const KeyT EmptyKey = getEmptyKey();
262 const KeyT EmptyKey = getEmptyKey();
302 if (!KeyInfoT::isEqual(getBuckets()[i].first, getEmptyKey()) &&
320 static const KeyT getEmptyKey() { function in class:llvm::DenseMapBase
321 return KeyInfoT::getEmptyKey();
433 if (!KeyInfoT::isEqual(TheBucket->first, getEmptyKey()))
456 const KeyT EmptyKey = getEmptyKey();
727 const KeyT EmptyKey = this->getEmptyKey();
[all...]
H A DPointerIntPair.h137 static Ty getEmptyKey() {
H A DValueMap.h256 static inline VH getEmptyKey() { function in struct:llvm::DenseMapInfo
257 return VH(PointerInfo::getEmptyKey(), NULL);
H A DImmutableList.h207 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDebugLoc.h29 /// getEmptyKey() - A private constructor that returns an unknown that is
31 static DebugLoc getEmptyKey() { function in class:llvm::DebugLoc
105 static DebugLoc getEmptyKey() { return DebugLoc::getEmptyKey(); } function in struct:llvm::DenseMapInfo
H A DValueHandle.h109 V != DenseMapInfo<Value *>::getEmptyKey() &&
255 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
256 return AssertingVH<T>(PointerInfo::getEmptyKey());
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLLVMContextImpl.h60 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); } function in struct:llvm::DenseMapAPIntKeyInfo
85 static inline KeyTy getEmptyKey() { function in struct:llvm::DenseMapAPFloatKeyInfo
121 static inline StructType* getEmptyKey() { function in struct:llvm::AnonStructTypeKeyInfo
122 return DenseMapInfo<StructType*>::getEmptyKey();
136 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
173 static inline FunctionType* getEmptyKey() { function in struct:llvm::FunctionTypeKeyInfo
174 return DenseMapInfo<FunctionType*>::getEmptyKey();
189 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
H A DConstantsContext.h660 static inline ConstantClass* getEmptyKey() { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
661 return ConstantClassInfo::getEmptyKey();
681 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DEarlyCSE.cpp56 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
80 static inline SimpleValue getEmptyKey() { function in struct:llvm::DenseMapInfo
81 return DenseMapInfo<Instruction*>::getEmptyKey();
149 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
173 static inline CallValue getEmptyKey() { function in struct:llvm::DenseMapInfo
174 return DenseMapInfo<Instruction*>::getEmptyKey();
H A DGVN.cpp137 static inline Expression getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DLoopStrengthReduce.cpp1080 static SmallVector<const SCEV *, 2> getEmptyKey() { function in struct:__anon10594::UniquifierDenseMapInfo
1412 static std::pair<const SCEV *, LSRUse::KindType> getEmptyKey() { function in struct:__anon10595::UseMapDenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DAliasSetTracker.h48 TBAAInfo(DenseMapInfo<const MDNode *>::getEmptyKey()) {}
63 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey())
77 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey() ||
H A DAliasAnalysis.h560 static inline AliasAnalysis::Location getEmptyKey() { function in struct:llvm::DenseMapInfo
562 AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DDenseMapTest.cpp61 static inline CtorTester getEmptyKey() { return CtorTester(-1); }
295 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon10723::TestDenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineInstr.h1010 static inline MachineInstr *getEmptyKey() {
1022 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1023 LHS == getEmptyKey() || LHS == getTombstoneKey())
H A DSelectionDAGNodes.h173 static inline SDValue getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp55 static DivOpInfo getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DPromoteMemoryToRegister.cpp63 static inline EltTy getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCDwarf.cpp1339 static const CIEKey getEmptyKey() { return CIEKey(0, 0, -1, false); } function in struct:__anon10272::CIEKey
1357 static CIEKey getEmptyKey() { function in struct:llvm::DenseMapInfo
1358 return CIEKey::getEmptyKey();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DMergeFunctions.cpp136 static ComparableFunction getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp591 static inline LoweredPHIRecord getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DRecord.cpp60 static inline TableGenStringKey getEmptyKey() { function in struct:llvm::DenseMapInfo

Completed in 262 milliseconds