HomeSort by relevance Sort by last modified time
    Searched full:validatetree (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableSet.h 185 /// 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 {
192 unsigned HL = getLeft() ? getLeft()->validateTree() : 0;
193 unsigned HR = getRight() ? getRight()->validateTree() : 0;
    [all...]

Completed in 95 milliseconds