OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEmptyKey
(Results
1 - 25
of
112
) sorted by relevancy
1
2
3
4
5
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMapInfo.h
48
//static inline T
getEmptyKey
();
67
static inline T*
getEmptyKey
() {
89
static inline char
getEmptyKey
() { return ~0; }
100
static inline unsigned char
getEmptyKey
() { return ~0; }
111
static inline unsigned short
getEmptyKey
() { return 0xFFFF; }
122
static inline unsigned
getEmptyKey
() { return ~0U; }
133
static inline unsigned long
getEmptyKey
() { return ~0UL; }
147
static inline unsigned long long
getEmptyKey
() { return ~0ULL; }
162
static inline short
getEmptyKey
() { return 0x7FFF; }
170
static inline int
getEmptyKey
() { return 0x7fffffff;
[
all
...]
CachedHashString.h
50
static CachedHashStringRef
getEmptyKey
() {
51
return CachedHashStringRef(DenseMapInfo<StringRef>::
getEmptyKey
(), 0);
57
assert(!isEqual(S,
getEmptyKey
()) && "Cannot hash the empty key!");
78
static char *getEmptyKeyPtr() { return DenseMapInfo<char *>::
getEmptyKey
(); }
153
static CachedHashString
getEmptyKey
() {
162
assert(!isEqual(S,
getEmptyKey
()) && "Cannot hash the empty key!");
PointerEmbeddedInt.h
107
static inline T
getEmptyKey
() { return IntInfo::
getEmptyKey
(); }
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
DWPStringPool.h
13
static inline const char *
getEmptyKey
() {
20
assert(Val !=
getEmptyKey
() && "Cannot hash the empty key!");
25
if (RHS ==
getEmptyKey
())
26
return LHS ==
getEmptyKey
();
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map_info.h
64
// static T
getEmptyKey
();
83
static constexpr T *
getEmptyKey
() {
107
static constexpr char
getEmptyKey
() { return ~0; }
119
static constexpr unsigned char
getEmptyKey
() { return ~0; }
134
static constexpr unsigned short
getEmptyKey
() { return 0xFFFF; }
149
static constexpr unsigned
getEmptyKey
() { return ~0U; }
163
static constexpr unsigned long
getEmptyKey
() { return ~0UL; }
179
static constexpr unsigned long long
getEmptyKey
() { return ~0ULL; }
195
static constexpr short
getEmptyKey
() { return 0x7FFF; }
206
static constexpr int
getEmptyKey
() { return 0x7fffffff;
[
all
...]
sanitizer_dense_map.h
50
const KeyT EmptyKey =
getEmptyKey
(), TombstoneKey = getTombstoneKey();
234
const KeyT EmptyKey =
getEmptyKey
(), TombstoneKey = getTombstoneKey();
258
const KeyT EmptyKey =
getEmptyKey
(), TombstoneKey = getTombstoneKey();
272
const KeyT EmptyKey =
getEmptyKey
();
292
const KeyT EmptyKey =
getEmptyKey
();
331
if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(),
getEmptyKey
()) &&
347
static const KeyT
getEmptyKey
() { return KeyInfoT::
getEmptyKey
(); }
445
const KeyT EmptyKey =
getEmptyKey
();
469
const KeyT EmptyKey =
getEmptyKey
();
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
BaseSubobject.h
58
static clang::BaseSubobject
getEmptyKey
() {
60
DenseMapInfo<const clang::CXXRecordDecl *>::
getEmptyKey
(),
61
clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::
getEmptyKey
()));
TypeOrdering.h
40
static inline clang::QualType
getEmptyKey
() { return clang::QualType(); }
58
static inline clang::CanQualType
getEmptyKey
() {
CharUnits.h
220
static clang::CharUnits
getEmptyKey
() {
222
DenseMapInfo<clang::CharUnits::QuantityType>::
getEmptyKey
();
NestedNameSpecifier.h
537
static clang::NestedNameSpecifierLoc
getEmptyKey
() {
538
return clang::NestedNameSpecifierLoc(FirstInfo::
getEmptyKey
(),
539
SecondInfo::
getEmptyKey
());
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
WasmTraits.h
25
static wasm::WasmSignature
getEmptyKey
() {
51
static wasm::WasmGlobalType
getEmptyKey
() {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FileEntry.h
48
static inline gsym::FileEntry
getEmptyKey
() {
49
uint32_t key = DenseMapInfo<uint32_t>::
getEmptyKey
();
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegister.h
95
static inline unsigned
getEmptyKey
() {
96
return DenseMapInfo<unsigned>::
getEmptyKey
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.h
220
static clang::CodeGen::TBAAAccessInfo
getEmptyKey
() {
221
unsigned UnsignedKey = DenseMapInfo<unsigned>::
getEmptyKey
();
224
DenseMapInfo<MDNode *>::
getEmptyKey
(),
225
DenseMapInfo<MDNode *>::
getEmptyKey
(),
226
DenseMapInfo<uint64_t>::
getEmptyKey
(),
227
DenseMapInfo<uint64_t>::
getEmptyKey
());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h
50
static inline PoolEntry *
getEmptyKey
() { return nullptr; }
76
if (P ==
getEmptyKey
() || P == getTombstoneKey())
82
if (P1 ==
getEmptyKey
() || P1 == getTombstoneKey())
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
Register.h
149
static inline unsigned
getEmptyKey
() {
150
return DenseMapInfo<unsigned>::
getEmptyKey
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp
80
V, llvm::DenseMapInfo<T>::
getEmptyKey
());
105
static DecompositionDeclName
getEmptyKey
() {
106
return {ArrayInfo::
getEmptyKey
()};
112
assert(!isEqual(Key,
getEmptyKey
()) && !isEqual(Key, getTombstoneKey()));
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h
317
static inline LocationSize
getEmptyKey
() {
332
static inline MemoryLocation
getEmptyKey
() {
333
return MemoryLocation(DenseMapInfo<const Value *>::
getEmptyKey
(),
334
DenseMapInfo<LocationSize>::
getEmptyKey
());
/src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
IRMover.h
35
static StructType *
getEmptyKey
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h
47
static DivRemMapKey
getEmptyKey
() {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp
121
static inline MemOpKey
getEmptyKey
() {
122
return MemOpKey(PtrInfo::
getEmptyKey
(), PtrInfo::
getEmptyKey
(),
123
PtrInfo::
getEmptyKey
(), PtrInfo::
getEmptyKey
(),
124
PtrInfo::
getEmptyKey
());
136
assert(Val.Disp != PtrInfo::
getEmptyKey
() && "Cannot hash the empty key");
179
if (RHS.Disp == PtrInfo::
getEmptyKey
())
180
return LHS.Disp == PtrInfo::
getEmptyKey
();
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h
163
using DenseMapInfo<DeclContext *>::
getEmptyKey
;
171
if (RHS ==
getEmptyKey
() || RHS == getTombstoneKey())
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TokenKinds.h
104
static inline clang::tok::PPKeywordKind
getEmptyKey
() {
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h
218
static inline clang::CallGraphNode::CallRecord
getEmptyKey
() {
220
DenseMapInfo<clang::CallGraphNode *>::
getEmptyKey
(),
221
DenseMapInfo<clang::Expr *>::
getEmptyKey
());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h
114
static inline BasicBlockEdge
getEmptyKey
() {
115
return BasicBlockEdge(BBInfo::
getEmptyKey
(), BBInfo::
getEmptyKey
());
Completed in 28 milliseconds
1
2
3
4
5
Indexes created Sat Sep 19 00:25:42 UTC 2026