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

/external/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;
1103 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSet
1213 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSetRef
/external/swiftshader/third_party/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;
1087 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSet
1213 void validateTree() const { if (Root) Root->validateTree(); } function in class:llvm::ImmutableSetRef

Completed in 307 milliseconds