Searched refs:isEmptyOrTombstone (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCachedHashString.h83 bool isEmptyOrTombstone() const { function in class:llvm::CachedHashString
91 assert(isEmptyOrTombstone());
112 if (Other.isEmptyOrTombstone()) {
131 if (!isEmptyOrTombstone())

Completed in 55 milliseconds