Searched defs:incrementNumTombstones (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_dense_map.h | 372 void incrementNumTombstones() { setNumTombstones(getNumTombstones() + 1); } incrementNumTombstones() function |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | DenseMap.h | 551 void incrementNumTombstones() { incrementNumTombstones() function |