OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTombstoneKey
(Results
1 - 25
of
41
) sorted by null
1
2
/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
...]
DenseMap.h
86
const KeyT EmptyKey = getEmptyKey(), TombstoneKey =
getTombstoneKey
();
194
TheBucket->first =
getTombstoneKey
();
202
TheBucket->first =
getTombstoneKey
();
252
const KeyT EmptyKey = getEmptyKey(), TombstoneKey =
getTombstoneKey
();
281
const KeyT TombstoneKey =
getTombstoneKey
();
321
!KeyInfoT::isEqual(getBuckets()[i].first,
getTombstoneKey
()))
341
static const KeyT
getTombstoneKey
() {
342
return KeyInfoT::
getTombstoneKey
();
476
const KeyT TombstoneKey =
getTombstoneKey
();
746
const KeyT TombstoneKey = this->
getTombstoneKey
();
[
all
...]
ImmutableList.h
210
static inline ImmutableList<T>
getTombstoneKey
() {
ValueMap.h
258
static inline VH
getTombstoneKey
() {
259
return VH(PointerInfo::
getTombstoneKey
(), NULL);
PointerIntPair.h
163
static Ty
getTombstoneKey
() {
/external/clang/include/clang/AST/
BaseSubobject.h
62
static clang::BaseSubobject
getTombstoneKey
() {
64
DenseMapInfo<const clang::CXXRecordDecl *>::
getTombstoneKey
(),
65
clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::
getTombstoneKey
()));
TypeOrdering.h
43
static inline clang::QualType
getTombstoneKey
() {
63
static inline clang::CanQualType
getTombstoneKey
() {
CharUnits.h
203
static clang::CharUnits
getTombstoneKey
() {
205
DenseMapInfo<clang::CharUnits::QuantityType>::
getTombstoneKey
();
GlobalDecl.h
101
static inline clang::GlobalDecl
getTombstoneKey
() {
DeclarationName.h
577
static inline clang::DeclarationName
getTombstoneKey
() {
/external/llvm/include/llvm/Support/
DebugLoc.h
37
///
getTombstoneKey
() - A private constructor that returns an unknown that
39
static DebugLoc
getTombstoneKey
() {
106
static DebugLoc
getTombstoneKey
() { return DebugLoc::
getTombstoneKey
(); }
ValueHandle.h
111
V != DenseMapInfo<Value *>::
getTombstoneKey
();
245
static inline T*
getTombstoneKey
() {
246
return AssertingVH<T>(PointerInfo::
getTombstoneKey
());
/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/lib/IR/
LLVMContextImpl.h
60
static inline KeyTy
getTombstoneKey
() { return KeyTy(APInt(1,1), 0); }
86
static inline KeyTy
getTombstoneKey
() {
120
static inline StructType*
getTombstoneKey
() {
121
return DenseMapInfo<StructType*>::
getTombstoneKey
();
132
if (RHS == getEmptyKey() || RHS ==
getTombstoneKey
())
168
static inline FunctionType*
getTombstoneKey
() {
169
return DenseMapInfo<FunctionType*>::
getTombstoneKey
();
181
if (RHS == getEmptyKey() || RHS ==
getTombstoneKey
())
ConstantsContext.h
663
static inline ConstantClass*
getTombstoneKey
() {
664
return ConstantClassInfo::
getTombstoneKey
();
681
if (RHS == getEmptyKey() || RHS ==
getTombstoneKey
())
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
58
Inst == DenseMapInfo<Instruction*>::
getTombstoneKey
();
84
static inline SimpleValue
getTombstoneKey
() {
85
return DenseMapInfo<Instruction*>::
getTombstoneKey
();
206
Inst == DenseMapInfo<Instruction*>::
getTombstoneKey
();
232
static inline CallValue
getTombstoneKey
() {
233
return DenseMapInfo<Instruction*>::
getTombstoneKey
();
/external/llvm/unittests/ADT/
DenseMapTest.cpp
62
static inline CtorTester
getTombstoneKey
() { return CtorTester(-2); }
296
static inline unsigned
getTombstoneKey
() { return ~0U - 1; }
335
static inline unsigned
getTombstoneKey
() { return ~0U - 1; }
/external/llvm/include/llvm/Analysis/
AliasSetTracker.h
67
TBAAInfo = DenseMapInfo<const MDNode *>::
getTombstoneKey
();
77
TBAAInfo == DenseMapInfo<const MDNode *>::
getTombstoneKey
())
AliasAnalysis.h
565
static inline AliasAnalysis::Location
getTombstoneKey
() {
567
AliasAnalysis::Location(DenseMapInfo<const Value *>::
getTombstoneKey
(),
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
[
all
...]
/external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp
59
static DivOpInfo
getTombstoneKey
() {
/external/clang/include/clang/Analysis/
ProgramPoint.h
682
static inline clang::ProgramPoint
getTombstoneKey
() {
684
reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::
getTombstoneKey
()) & ~0x7;
/external/clang/include/clang/Basic/
SourceLocation.h
405
static inline clang::FileID
getTombstoneKey
() {
/external/clang/include/clang/Serialization/
ASTBitCodes.h
113
static inline QualType
getTombstoneKey
() {
[
all
...]
/external/llvm/include/llvm/IR/
Attributes.h
370
static inline AttributeSet
getTombstoneKey
() {
Completed in 794 milliseconds
1
2