HomeSort by relevance Sort by last modified time
    Searched defs:getTombstoneKey (Results 1 - 25 of 37) 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() {
CharUnits.h 198 static clang::CharUnits getTombstoneKey() {
200 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
DeclarationName.h 578 static inline clang::DeclarationName getTombstoneKey() {
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 25 //static inline T getTombstoneKey();
38 static inline T* getTombstoneKey() {
53 static inline char getTombstoneKey() { return ~0 - 1; }
63 static inline unsigned getTombstoneKey() { return ~0U - 1; }
73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
98 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
143 static inline Pair getTombstoneKey() {
    [all...]
ImmutableList.h 210 static inline ImmutableList<T> getTombstoneKey() {
PointerUnion.h 488 static inline Pair getTombstoneKey() {
489 return Pair(FirstInfo::getTombstoneKey());
  /external/llvm/include/llvm/IR/
DebugLoc.h 40 /// getTombstoneKey() - A private constructor that returns an unknown that
42 static DebugLoc getTombstoneKey() {
117 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); }
ValueHandle.h 111 V != DenseMapInfo<Value *>::getTombstoneKey();
245 static inline T* getTombstoneKey() {
246 return AssertingVH<T>(PointerInfo::getTombstoneKey());
Attributes.h 375 static inline AttributeSet getTombstoneKey() {
ValueMap.h 261 static inline VH getTombstoneKey() {
262 return VH(PointerInfo::getTombstoneKey(), nullptr);
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 62 static inline CtorTester getTombstoneKey() { return CtorTester(-2); }
324 static inline unsigned getTombstoneKey() { return ~0U - 1; }
363 static inline unsigned getTombstoneKey() { return ~0U - 1; }
  /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/Analysis/
AliasAnalysis.h 573 static inline AliasAnalysis::Location getTombstoneKey() {
575 AliasAnalysis::Location(DenseMapInfo<const 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 655 static inline ConstantClass* getTombstoneKey() {
656 return ConstantClassInfo::getTombstoneKey();
673 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
LLVMContextImpl.h 63 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), nullptr); }
89 static inline KeyTy getTombstoneKey() {
123 static inline StructType* getTombstoneKey() {
124 return DenseMapInfo<StructType*>::getTombstoneKey();
135 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
171 static inline FunctionType* getTombstoneKey() {
172 return DenseMapInfo<FunctionType*>::getTombstoneKey();
184 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 59 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
80 static inline SimpleValue getTombstoneKey() {
81 return DenseMapInfo<Instruction*>::getTombstoneKey();
202 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
223 static inline CallValue getTombstoneKey() {
224 return DenseMapInfo<Instruction*>::getTombstoneKey();
  /external/clang/include/clang/Analysis/
ProgramPoint.h 683 static inline clang::ProgramPoint getTombstoneKey() {
685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
  /external/clang/tools/libclang/
CXCursor.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 594 static inline LoweredPHIRecord getTombstoneKey() {
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 232 static inline WeakObjectProfileTy getTombstoneKey() {
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 347 static inline StringRef getTombstoneKey() { return StringRef(); }
    [all...]

Completed in 1401 milliseconds

1 2