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

1 2 3

  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 27 //static inline T getEmptyKey();
36 static inline T* getEmptyKey() {
55 static inline char getEmptyKey() { return ~0; }
65 static inline unsigned getEmptyKey() { return ~0U; }
75 static inline unsigned long getEmptyKey() { return ~0UL; }
87 static inline unsigned long long getEmptyKey() { return ~0ULL; }
100 static inline int getEmptyKey() { return 0x7fffffff; }
110 static inline long getEmptyKey() {
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
124 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL;
    [all...]
DenseMap.h 102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
283 const KeyT EmptyKey = getEmptyKey();
292 const KeyT EmptyKey = getEmptyKey();
329 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) &&
343 static const KeyT getEmptyKey() {
344 return KeyInfoT::getEmptyKey();
456 const KeyT EmptyKey = getEmptyKey();
480 const KeyT EmptyKey = getEmptyKey();
747 const KeyT EmptyKey = this->getEmptyKey();
    [all...]
ImmutableList.h 207 static inline ImmutableList<T> getEmptyKey() {
PointerUnion.h 491 static inline Pair getEmptyKey() {
492 return Pair(FirstInfo::getEmptyKey());
PointerIntPair.h 166 static Ty getEmptyKey() {
  /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 41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
59 static inline clang::CanQualType getEmptyKey() {
CharUnits.h 209 static clang::CharUnits getEmptyKey() {
211 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
ASTTypeTraits.h 97 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); }
327 static inline DynTypedNode getEmptyKey() {
329 Node.NodeKind = ASTNodeKind::DenseMapInfo::getEmptyKey();
356 auto Empty = ASTNodeKind::DenseMapInfo::getEmptyKey();
GlobalDecl.h 97 static inline clang::GlobalDecl getEmptyKey() {
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 49 static inline PoolEntry* getEmptyKey() { return nullptr; }
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 130 static clang::CodeGen::TBAAPathTag getEmptyKey() {
132 DenseMapInfo<const clang::Type *>::getEmptyKey(),
133 DenseMapInfo<const MDNode *>::getEmptyKey(),
134 DenseMapInfo<uint64_t>::getEmptyKey());
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 125 static inline MemoryLocation getEmptyKey() {
126 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(), 0);
AliasSetTracker.h 49 AAInfo(DenseMapInfo<AAMDNodes>::getEmptyKey()) {}
64 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey())
78 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey() ||
  /external/llvm/include/llvm/Linker/
IRMover.h 34 static StructType *getEmptyKey();
  /external/llvm/unittests/ADT/
DenseSetTest.cpp 31 static inline unsigned getEmptyKey() { return ~0; }
DenseMapTest.cpp 62 static inline CtorTester getEmptyKey() { return CtorTester(-1); }
370 static inline unsigned getEmptyKey() { return ~0; }
409 static inline unsigned getEmptyKey() { return ~0; }
  /external/llvm/include/llvm/IR/
ValueHandle.h 108 V != DenseMapInfo<Value *>::getEmptyKey() &&
245 static inline AssertingVH<T> getEmptyKey() {
247 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
ValueMap.h 276 static inline VH getEmptyKey() {
277 return VH(DenseMapInfo<Value *>::getEmptyKey());
  /external/llvm/lib/IR/
LLVMContextImpl.h 50 static inline APInt getEmptyKey() {
69 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); }
98 static inline StructType* getEmptyKey() {
99 return DenseMapInfo<StructType*>::getEmptyKey();
113 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
145 static inline FunctionType* getEmptyKey() {
146 return DenseMapInfo<FunctionType*>::getEmptyKey();
161 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
841 static inline NodeTy *getEmptyKey() {
842 return DenseMapInfo<NodeTy *>::getEmptyKey();
    [all...]
ConstantsContext.h 558 static inline ConstantClass *getEmptyKey() {
559 return ConstantClassInfo::getEmptyKey();
575 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 61 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() ||
80 static inline SimpleValue getEmptyKey() {
81 return DenseMapInfo<Instruction *>::getEmptyKey();
208 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() ||
227 static inline CallValue getEmptyKey() {
228 return DenseMapInfo<Instruction *>::getEmptyKey();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 108 static inline QualType getEmptyKey() {
    [all...]

Completed in 1062 milliseconds

1 2 3