OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNumTombstones
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h
47
if (getNumEntries() == 0 &&
getNumTombstones
() == 0)
321
setNumTombstones(other.
getNumTombstones
());
364
unsigned
getNumTombstones
() const {
365
return static_cast<const DerivedT *>(this)->
getNumTombstones
();
372
void incrementNumTombstones() { setNumTombstones(
getNumTombstones
() + 1); }
374
void decrementNumTombstones() { setNumTombstones(
getNumTombstones
() - 1); }
433
} else if (UNLIKELY(NumBuckets - (NewNumEntries +
getNumTombstones
()) <=
666
unsigned
getNumTombstones
() const { return NumTombstones; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h
113
if (getNumEntries() == 0 &&
getNumTombstones
() == 0) return;
427
setNumTombstones(other.
getNumTombstones
());
500
unsigned
getNumTombstones
() const {
501
return static_cast<const DerivedT *>(this)->
getNumTombstones
();
509
setNumTombstones(
getNumTombstones
() + 1);
513
setNumTombstones(
getNumTombstones
() - 1);
584
} else if (LLVM_UNLIKELY(NumBuckets-(NewNumEntries+
getNumTombstones
()) <=
848
unsigned
getNumTombstones
() const {
1123
unsigned
getNumTombstones
() const {
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026