OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmptyKey
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ReverseIterationTest.cpp
65
static PtrLikeInt
EmptyKey
;
66
return &
EmptyKey
;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMap.h
67
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
69
if (!KeyInfoT::isEqual(P->first,
EmptyKey
) &&
117
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
119
if (!KeyInfoT::isEqual(P->first,
EmptyKey
)) {
124
P->first =
EmptyKey
;
241
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
243
if (!KeyInfoT::isEqual(P->first,
EmptyKey
) &&
336
const KeyT
EmptyKey
= getEmptyKey();
338
assert(!KeyInfoT::isEqual(Val,
EmptyKey
) &&
352
if (KeyInfoT::isEqual(ThisBucket->first,
EmptyKey
)) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp
98
static const ComparableFunction
EmptyKey
;
126
const ComparableFunction ComparableFunction::
EmptyKey
= ComparableFunction(0);
137
return ComparableFunction::
EmptyKey
;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DenseMap.h
118
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
122
P->getFirst() =
EmptyKey
;
126
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
)) {
131
P->getFirst() =
EmptyKey
;
330
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
332
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
) &&
345
const KeyT
EmptyKey
= getEmptyKey();
347
::new (&B->getFirst()) KeyT(
EmptyKey
);
365
const KeyT
EmptyKey
= getEmptyKey();
368
if (!KeyInfoT::isEqual(B->getFirst(),
EmptyKey
) &
[
all
...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h
105
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
108
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
)) {
113
P->getFirst() =
EmptyKey
;
305
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
307
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
) &&
320
const KeyT
EmptyKey
= getEmptyKey();
322
::new (&B->getFirst()) KeyT(
EmptyKey
);
340
const KeyT
EmptyKey
= getEmptyKey();
343
if (!KeyInfoT::isEqual(B->getFirst(),
EmptyKey
) &&
499
const KeyT
EmptyKey
= getEmptyKey()
[
all
...]
/external/llvm/include/llvm/ADT/
DenseMap.h
104
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
107
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
)) {
112
P->getFirst() =
EmptyKey
;
290
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
292
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
) &&
305
const KeyT
EmptyKey
= getEmptyKey();
307
::new (&B->getFirst()) KeyT(
EmptyKey
);
325
const KeyT
EmptyKey
= getEmptyKey();
328
if (!KeyInfoT::isEqual(B->getFirst(),
EmptyKey
) &&
501
const KeyT
EmptyKey
= getEmptyKey()
[
all
...]
Completed in 5028 milliseconds