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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h260 /// hasCachedDigest - Returns true if the digest for this tree is cached.
262 bool hasCachedDigest() const { return IsDigestCached; } function in class:llvm::ImutAVLTree
284 assert(!hasCachedDigest() && "NoCachedDigest flag already removed.");
316 if (hasCachedDigest())

Completed in 156 milliseconds