Searched defs:getEmptyKey (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-DenseMapInfo.h35 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
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.h356 static const KeyT getEmptyKey() { function in class:objc::DenseMapBase
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DDenseMapInfo.h33 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
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 DImmutableList.h207 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DValueMap.h256 static inline VH getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DDenseMap.h320 static const KeyT getEmptyKey() { function in class:llvm::DenseMapBase
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDebugLoc.h31 static DebugLoc getEmptyKey() { function in class:llvm::DebugLoc
105 static DebugLoc getEmptyKey() { return DebugLoc::getEmptyKey(); } function in struct:llvm::DenseMapInfo
H A DValueHandle.h255 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DDenseMapTest.cpp295 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon10723::TestDenseMapInfo
/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/include/llvm/Analysis/
H A DAliasAnalysis.h560 static inline AliasAnalysis::Location getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DEarlyCSE.cpp80 static inline SimpleValue getEmptyKey() { function in struct:llvm::DenseMapInfo
173 static inline CallValue getEmptyKey() { function in struct:llvm::DenseMapInfo
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/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/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
173 static inline FunctionType* getEmptyKey() { function in struct:llvm::FunctionTypeKeyInfo
H A DConstantsContext.h660 static inline ConstantClass* getEmptyKey() { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
/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
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DRecord.cpp60 static inline TableGenStringKey getEmptyKey() { function in struct:llvm::DenseMapInfo
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAGNodes.h173 static inline SDValue getEmptyKey() { function in struct:llvm::DenseMapInfo

Completed in 183 milliseconds