OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEmptyKey
(Results
1 - 25
of
35
) 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
() {
CharUnits.h
196
static clang::CharUnits
getEmptyKey
() {
198
DenseMapInfo<clang::CharUnits::QuantityType>::
getEmptyKey
();
DeclarationName.h
573
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
207
static inline ImmutableList<T>
getEmptyKey
() {
ValueMap.h
255
static inline VH
getEmptyKey
() {
256
return VH(PointerInfo::
getEmptyKey
(), NULL);
/external/llvm/include/llvm/Support/
DebugLoc.h
29
///
getEmptyKey
() - A private constructor that returns an unknown that is
31
static DebugLoc
getEmptyKey
() {
105
static DebugLoc
getEmptyKey
() { return DebugLoc::
getEmptyKey
(); }
ValueHandle.h
110
V != DenseMapInfo<Value *>::
getEmptyKey
() &&
242
static inline AssertingVH<T>
getEmptyKey
() {
243
return AssertingVH<T>(PointerInfo::
getEmptyKey
());
/external/llvm/unittests/ADT/
DenseMapTest.cpp
61
static inline CtorTester
getEmptyKey
() { return CtorTester(-1); }
295
static inline unsigned
getEmptyKey
() { return ~0; }
334
static inline unsigned
getEmptyKey
() { return ~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/Analysis/
AliasAnalysis.h
560
static inline AliasAnalysis::Location
getEmptyKey
() {
562
AliasAnalysis::Location(DenseMapInfo<const Value *>::
getEmptyKey
(),
/external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp
55
static DivOpInfo
getEmptyKey
() {
/external/clang/include/clang/Basic/
SourceLocation.h
402
static inline clang::FileID
getEmptyKey
() {
/external/llvm/include/llvm/IR/
Attributes.h
365
static inline AttributeSet
getEmptyKey
() {
/external/llvm/lib/IR/
ConstantsContext.h
660
static inline ConstantClass*
getEmptyKey
() {
661
return ConstantClassInfo::
getEmptyKey
();
681
if (RHS ==
getEmptyKey
() || RHS == getTombstoneKey())
LLVMContextImpl.h
59
static inline KeyTy
getEmptyKey
() { return KeyTy(APInt(1,0), 0); }
83
static inline KeyTy
getEmptyKey
() {
117
static inline StructType*
getEmptyKey
() {
118
return DenseMapInfo<StructType*>::
getEmptyKey
();
132
if (RHS ==
getEmptyKey
() || RHS == getTombstoneKey())
165
static inline FunctionType*
getEmptyKey
() {
166
return DenseMapInfo<FunctionType*>::
getEmptyKey
();
181
if (RHS ==
getEmptyKey
() || RHS == getTombstoneKey())
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
57
return Inst == DenseMapInfo<Instruction*>::
getEmptyKey
() ||
81
static inline SimpleValue
getEmptyKey
() {
82
return DenseMapInfo<Instruction*>::
getEmptyKey
();
205
return Inst == DenseMapInfo<Instruction*>::
getEmptyKey
() ||
229
static inline CallValue
getEmptyKey
() {
230
return DenseMapInfo<Instruction*>::
getEmptyKey
();
/external/clang/include/clang/Analysis/
ProgramPoint.h
676
static inline clang::ProgramPoint
getEmptyKey
() {
678
reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::
getEmptyKey
()) & ~0x7;
/external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h
668
getEmptyKey
() {
/external/clang/tools/libclang/
CXCursor.cpp
1022
static inline CXCursor
getEmptyKey
() {
[
all
...]
IndexingContext.h
533
static inline clang::cxindex::RefFileOccurence
getEmptyKey
() {
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
145
static ComparableFunction
getEmptyKey
() {
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
591
static inline LoweredPHIRecord
getEmptyKey
() {
[
all
...]
Completed in 5822 milliseconds
1
2