Home
last modified time | relevance | path

Searched refs:incrementNumTombstones (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h194 incrementNumTombstones(); in erase()
204 incrementNumTombstones(); in erase()
372 void incrementNumTombstones() { setNumTombstones(getNumTombstones() + 1); } in incrementNumTombstones() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h353 incrementNumTombstones(); in erase()
361 incrementNumTombstones(); in erase()
551 void incrementNumTombstones() { in incrementNumTombstones() function