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

1 2

  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 24 //static inline T getEmptyKey();
33 static inline T* getEmptyKey() {
52 static inline char getEmptyKey() { return ~0; }
62 static inline unsigned getEmptyKey() { return ~0U; }
72 static inline unsigned long getEmptyKey() { return ~0UL; }
84 static inline unsigned long long getEmptyKey() { return ~0ULL; }
97 static inline int getEmptyKey() { return 0x7fffffff; }
107 static inline long getEmptyKey() {
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
121 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL;
    [all...]
DenseMap.h 86 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() {
321 return KeyInfoT::getEmptyKey();
432 if (!KeyInfoT::isEqual(TheBucket->first, getEmptyKey()))
455 const KeyT EmptyKey = getEmptyKey();
726 const KeyT EmptyKey = this->getEmptyKey();
    [all...]
ImmutableList.h 208 static inline ImmutableList<T> getEmptyKey() {
PointerIntPair.h 137 static Ty getEmptyKey() {
ValueMap.h 256 static inline VH getEmptyKey() {
257 return VH(PointerInfo::getEmptyKey(), NULL);
  /external/clang/include/clang/AST/
BaseSubobject.h 56 static clang::BaseSubobject getEmptyKey() {
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
TypeOrdering.h 39 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
57 static inline clang::CanQualType getEmptyKey() {
CharUnits.h 186 static clang::CharUnits getEmptyKey() {
188 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
GlobalDecl.h 96 static inline clang::GlobalDecl getEmptyKey() {
DeclarationName.h 572 static inline clang::DeclarationName getEmptyKey() {
  /external/llvm/include/llvm/Support/
DebugLoc.h 29 /// getEmptyKey() - A private constructor that returns an unknown that is
31 static DebugLoc getEmptyKey() {
105 static DebugLoc getEmptyKey() { return DebugLoc::getEmptyKey(); }
ValueHandle.h 109 V != DenseMapInfo<Value *>::getEmptyKey() &&
255 static inline AssertingVH<T> getEmptyKey() {
256 return AssertingVH<T>(PointerInfo::getEmptyKey());
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 59 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); }
84 static inline KeyTy getEmptyKey() {
120 static inline StructType* getEmptyKey() {
121 return DenseMapInfo<StructType*>::getEmptyKey();
135 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
172 static inline FunctionType* getEmptyKey() {
173 return DenseMapInfo<FunctionType*>::getEmptyKey();
188 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
ConstantsContext.h 660 static inline ConstantClass* getEmptyKey() {
661 return ConstantClassInfo::getEmptyKey();
681 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 56 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
80 static inline SimpleValue getEmptyKey() {
81 return DenseMapInfo<Instruction*>::getEmptyKey();
149 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
173 static inline CallValue getEmptyKey() {
174 return DenseMapInfo<Instruction*>::getEmptyKey();
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 48 TBAAInfo(DenseMapInfo<const MDNode *>::getEmptyKey()) {}
63 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey())
77 if (TBAAInfo == DenseMapInfo<const MDNode *>::getEmptyKey() ||
AliasAnalysis.h 560 static inline AliasAnalysis::Location getEmptyKey() {
562 AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 61 static inline CtorTester getEmptyKey() { return CtorTester(-1); }
295 static inline unsigned getEmptyKey() { return ~0; }
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 55 static DivOpInfo getEmptyKey() {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 570 static inline clang::ProgramPoint getEmptyKey() {
572 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
  /external/clang/include/clang/Basic/
SourceLocation.h 406 static inline clang::FileID getEmptyKey() {
IdentifierTable.h 768 static inline clang::Selector getEmptyKey() {
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 110 static inline QualType getEmptyKey() {
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 2640 milliseconds

1 2