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

1 2

  /external/clang/include/clang/AST/
TypeOrdering.h 39 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
57 static inline clang::CanQualType getEmptyKey() {
BaseSubobject.h 56 static clang::BaseSubobject getEmptyKey() {
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
GlobalDecl.h 96 static inline clang::GlobalDecl getEmptyKey() {
CharUnits.h 186 static clang::CharUnits getEmptyKey() {
188 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
DeclarationName.h 559 static inline clang::DeclarationName getEmptyKey() {
  /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...]
ImmutableList.h 208 static inline ImmutableList<T> getEmptyKey() {
DenseMap.h 66 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
116 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
259 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
292 if (!KeyInfoT::isEqual(Buckets[i].first, getEmptyKey()) &&
320 if (!KeyInfoT::isEqual(TheBucket->first, getEmptyKey()))
335 static const KeyT getEmptyKey() {
336 return KeyInfoT::getEmptyKey();
359 const KeyT EmptyKey = getEmptyKey();
408 const KeyT EmptyKey = getEmptyKey();
427 const KeyT EmptyKey = getEmptyKey();
    [all...]
ValueMap.h 250 static inline VH getEmptyKey() {
251 return VH(PointerInfo::getEmptyKey(), NULL);
  /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 109 V != DenseMapInfo<Value *>::getEmptyKey() &&
254 static inline AssertingVH<T> getEmptyKey() {
255 return AssertingVH<T>(PointerInfo::getEmptyKey());
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 182 static inline unsigned getEmptyKey() { return ~0; }
  /external/llvm/lib/VMCore/
DebugLoc.cpp 167 DebugLoc DenseMapInfo<DebugLoc>::getEmptyKey() {
168 return DebugLoc::getEmptyKey();
ConstantsContext.h 653 static inline ConstantClass* getEmptyKey() {
654 return ConstantClassInfo::getEmptyKey();
674 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
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())
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 535 static inline AliasAnalysis::Location getEmptyKey() {
537 AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
  /external/clang/include/clang/Basic/
SourceLocation.h 390 static inline clang::FileID getEmptyKey() {
  /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/clang/include/clang/Analysis/
ProgramPoint.h 462 static inline clang::ProgramPoint getEmptyKey() {
464 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 574 getEmptyKey() {
  /external/clang/tools/libclang/
CXCursor.cpp     [all...]
IndexingContext.h 535 static inline clang::cxindex::RefFileOccurence getEmptyKey() {
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 149 static inline SlotIndex getEmptyKey() {
312 static inline SlotIndex getEmptyKey() {
313 return SlotIndex::getEmptyKey();
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 136 static ComparableFunction getEmptyKey() {
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 591 static inline LoweredPHIRecord getEmptyKey() {
    [all...]

Completed in 323 milliseconds

1 2