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 ~0; }
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 67 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
274 if (!KeyInfoT::isEqual(Buckets[i].first, getEmptyKey()) &&
302 if (!KeyInfoT::isEqual(TheBucket->first, getEmptyKey()))
313 static const KeyT getEmptyKey() {
314 return KeyInfoT::getEmptyKey();
336 const KeyT EmptyKey = getEmptyKey();
385 const KeyT EmptyKey = getEmptyKey();
404 const KeyT EmptyKey = getEmptyKey();
    [all...]
ImmutableList.h 208 static inline ImmutableList<T> getEmptyKey() {
PointerIntPair.h 126 static Ty getEmptyKey() {
ValueMap.h 252 static inline VH getEmptyKey() {
253 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 549 static inline clang::DeclarationName getEmptyKey() {
  /external/llvm/include/llvm/Support/
DebugLoc.h 30 /// getEmptyKey() - A private constructor that returns an unknown that is
32 static DebugLoc getEmptyKey() {
106 static DebugLoc getEmptyKey();
ValueHandle.h 100 V != DenseMapInfo<Value *>::getEmptyKey() &&
245 static inline AssertingVH<T> getEmptyKey() {
246 return AssertingVH<T>(PointerInfo::getEmptyKey());
  /external/clang/include/clang/Index/
GlobalSelector.h 79 static inline clang::idx::GlobalSelector getEmptyKey() {
Entity.h 128 static inline clang::idx::Entity getEmptyKey() {
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 54 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
78 static inline SimpleValue getEmptyKey() {
79 return DenseMapInfo<Instruction*>::getEmptyKey();
147 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() ||
171 static inline CallValue getEmptyKey() {
172 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 535 static inline AliasAnalysis::Location getEmptyKey() {
537 AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 582 static inline MachineInstr *getEmptyKey() {
594 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
595 LHS == getEmptyKey() || LHS == getTombstoneKey())
SlotIndexes.h 119 static inline SlotIndex getEmptyKey() {
297 static inline SlotIndex getEmptyKey() {
298 return SlotIndex::getEmptyKey();
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 55 static inline KeyTy getEmptyKey() { return KeyTy(APInt(1,0), 0); }
78 static inline KeyTy getEmptyKey() {
DebugLoc.cpp 167 DebugLoc DenseMapInfo<DebugLoc>::getEmptyKey() {
168 return DebugLoc::getEmptyKey();
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 312 static inline LVIValueHandle getEmptyKey() {
313 return LVIValueHandle(PointerInfo::getEmptyKey(),
333 static inline PairTy getEmptyKey() {
334 return std::make_pair(APointerInfo::getEmptyKey(),
335 BPointerInfo::getEmptyKey());
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 399 static inline clang::ProgramPoint getEmptyKey() {
401 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 110 static inline QualType getEmptyKey() {
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 388 static inline clang::FileID getEmptyKey() {

Completed in 562 milliseconds

1 2