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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h185 /// validateTree - A utility method that checks that the balancing and
188 /// by the enclosing validateTree call. External callers should ignore the
191 unsigned validateTree() const { function in class:llvm::ImutAVLTree
192 unsigned HL = getLeft() ? getLeft()->validateTree() : 0;
193 unsigned HR = getRight() ? getRight()->validateTree() : 0;
1104 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSet
1217 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSetRef

Completed in 38 milliseconds