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

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

Completed in 50 milliseconds