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
62
unsigned
NumTombstones
;
90
NumTombstones
= 0;
StringMap.h
61
unsigned
NumTombstones
;
69
NumTombstones
= 0;
320
--
NumTombstones
;
323
assert(NumItems +
NumTombstones
<= NumBuckets);
344
NumTombstones
= 0;
361
--
NumTombstones
;
363
assert(NumItems +
NumTombstones
<= NumBuckets);
DenseMap.h
525
unsigned
NumTombstones
;
559
std::swap(
NumTombstones
, RHS.
NumTombstones
);
585
NumTombstones
= 0;
594
NumTombstones
= 0;
641
return
NumTombstones
;
644
NumTombstones
= Num;
681
unsigned
NumTombstones
;
724
std::swap(
NumTombstones
, RHS.
NumTombstones
);
[
all
...]
Completed in 409 milliseconds