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

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h184 /// validateTree - A utility method that checks that the balancing and
187 /// by the enclosing validateTree call. External callers should ignore the
190 unsigned validateTree() const { function in class:llvm::ImutAVLTree
191 unsigned HL = getLeft() ? getLeft()->validateTree() : 0;
192 unsigned HR = getRight() ? getRight()->validateTree() : 0;
1114 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSet
1240 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSetRef

Completed in 40 milliseconds