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

1 2

  /external/clang/include/clang/AST/
TypeOrdering.h 41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
59 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 97 static inline clang::GlobalDecl 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();
CharUnits.h 209 static clang::CharUnits getEmptyKey() {
211 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
DeclarationName.h 575 static inline clang::DeclarationName 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/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...]
ImmutableList.h 207 static inline ImmutableList<T> getEmptyKey() {
PointerUnion.h 491 static inline Pair getEmptyKey() {
492 return Pair(FirstInfo::getEmptyKey());
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 125 static inline MemoryLocation getEmptyKey() {
126 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(), 0);
  /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/CodeGen/PBQP/
CostAllocator.h 49 static inline PoolEntry* getEmptyKey() { return nullptr; }
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
  /external/llvm/include/llvm/IR/
Attributes.h 368 static inline AttributeSet getEmptyKey() {
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/Transforms/Utils/
BypassSlowDivision.cpp 56 static DivOpInfo getEmptyKey() {
  /external/clang/include/clang/Basic/
SourceLocation.h 402 static inline clang::FileID getEmptyKey() {
  /external/llvm/lib/IR/
ConstantsContext.h 558 static inline ConstantClass *getEmptyKey() {
559 return ConstantClassInfo::getEmptyKey();
575 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
  /external/clang/include/clang/Analysis/
ProgramPoint.h 677 static inline clang::ProgramPoint getEmptyKey() {
679 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 461 static inline coverage::CounterExpression getEmptyKey() {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 681 static inline LoweredPHIRecord getEmptyKey() {
    [all...]
  /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...]

Completed in 446 milliseconds

1 2