OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumTombstones
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
SmallPtrSet.h
61
unsigned
NumTombstones
;
86
NumTombstones
= 0;
StringMap.h
61
unsigned
NumTombstones
;
69
NumTombstones
= 0;
110
std::swap(
NumTombstones
, Other.
NumTombstones
);
330
--
NumTombstones
;
333
assert(NumItems +
NumTombstones
<= NumBuckets);
354
NumTombstones
= 0;
371
--
NumTombstones
;
373
assert(NumItems +
NumTombstones
<= NumBuckets);
DenseMap.h
544
unsigned
NumTombstones
;
578
std::swap(
NumTombstones
, RHS.
NumTombstones
);
604
NumTombstones
= 0;
613
NumTombstones
= 0;
660
return
NumTombstones
;
663
NumTombstones
= Num;
700
unsigned
NumTombstones
;
743
std::swap(
NumTombstones
, RHS.
NumTombstones
);
[
all
...]
Completed in 42 milliseconds