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

1 2

  /external/clang/include/clang/AST/
TypeOrdering.h 43 static inline clang::QualType getTombstoneKey() {
63 static inline clang::CanQualType getTombstoneKey() {
BaseSubobject.h 62 static clang::BaseSubobject getTombstoneKey() {
64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
GlobalDecl.h 101 static inline clang::GlobalDecl getTombstoneKey() {
ASTTypeTraits.h 100 static inline ASTNodeKind getTombstoneKey() {
332 static inline DynTypedNode getTombstoneKey() {
334 Node.NodeKind = ASTNodeKind::DenseMapInfo::getTombstoneKey();
357 auto TombStone = ASTNodeKind::DenseMapInfo::getTombstoneKey();
CharUnits.h 216 static clang::CharUnits getTombstoneKey() {
218 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
DeclarationName.h 579 static inline clang::DeclarationName getTombstoneKey() {
  /external/llvm/unittests/ADT/
DenseSetTest.cpp 32 static inline unsigned getTombstoneKey() { return ~0U - 1; }
DenseMapTest.cpp 63 static inline CtorTester getTombstoneKey() { return CtorTester(-2); }
371 static inline unsigned getTombstoneKey() { return ~0U - 1; }
410 static inline unsigned getTombstoneKey() { return ~0U - 1; }
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 28 //static inline T getTombstoneKey();
41 static inline T* getTombstoneKey() {
56 static inline char getTombstoneKey() { return ~0 - 1; }
66 static inline unsigned getTombstoneKey() { return ~0U - 1; }
76 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
88 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
101 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
125 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
146 static inline Pair getTombstoneKey() {
    [all...]
ImmutableList.h 210 static inline ImmutableList<T> getTombstoneKey() {
PointerUnion.h 494 static inline Pair getTombstoneKey() {
495 return Pair(FirstInfo::getTombstoneKey());
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 128 static inline MemoryLocation getTombstoneKey() {
129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 137 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
139 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
140 DenseMapInfo<const MDNode *>::getTombstoneKey(),
141 DenseMapInfo<uint64_t>::getTombstoneKey());
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 51 static inline PoolEntry* getTombstoneKey() {
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
  /external/llvm/include/llvm/IR/
Attributes.h 373 static inline AttributeSet getTombstoneKey() {
ValueHandle.h 109 V != DenseMapInfo<Value *>::getTombstoneKey();
250 static inline AssertingVH<T> getTombstoneKey() {
252 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
ValueMap.h 279 static inline VH getTombstoneKey() {
280 return VH(DenseMapInfo<Value *>::getTombstoneKey());
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 60 static DivOpInfo getTombstoneKey() {
  /external/clang/include/clang/Basic/
SourceLocation.h 405 static inline clang::FileID getTombstoneKey() {
  /external/llvm/lib/IR/
ConstantsContext.h 561 static inline ConstantClass *getTombstoneKey() {
562 return ConstantClassInfo::getTombstoneKey();
575 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
  /external/clang/include/clang/Analysis/
ProgramPoint.h 683 static inline clang::ProgramPoint getTombstoneKey() {
685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 468 static inline coverage::CounterExpression getTombstoneKey() {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 684 static inline LoweredPHIRecord getTombstoneKey() {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 62 Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
83 static inline SimpleValue getTombstoneKey() {
84 return DenseMapInfo<Instruction *>::getTombstoneKey();
209 Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
230 static inline CallValue getTombstoneKey() {
231 return DenseMapInfo<Instruction *>::getTombstoneKey();
    [all...]

Completed in 4006 milliseconds

1 2