OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmptyKey
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h
78
EmptyKey
, ///< Use as Empty key for DenseMap of AttrKind
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h
50
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
54
P->getFirst() =
EmptyKey
;
58
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
)) {
63
P->getFirst() =
EmptyKey
;
234
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
237
if (!KeyInfoT::isEqual(K,
EmptyKey
) &&
258
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
260
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
) &&
272
const KeyT
EmptyKey
= getEmptyKey();
274
::new (&B->getFirst()) KeyT(
EmptyKey
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h
122
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
126
P->getFirst() =
EmptyKey
;
130
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
)) {
135
P->getFirst() =
EmptyKey
;
364
const KeyT
EmptyKey
= getEmptyKey(), TombstoneKey = getTombstoneKey();
366
if (!KeyInfoT::isEqual(P->getFirst(),
EmptyKey
) &&
379
const KeyT
EmptyKey
= getEmptyKey();
381
::new (&B->getFirst()) KeyT(
EmptyKey
);
399
const KeyT
EmptyKey
= getEmptyKey();
402
if (!KeyInfoT::isEqual(B->getFirst(),
EmptyKey
) &
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
568
static const IRPosition
EmptyKey
;
716
static inline IRPosition getEmptyKey() { return IRPosition::
EmptyKey
; }
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026