ImmutableSet.h | 408 T = remove_internal(V,T); 492 /// balanceTree - Used by add_internal and remove_internal to 554 /// remove_internal - Creates a new tree that includes all the data 558 TreeTy* remove_internal(key_type_ref K, TreeTy* T) { function in class:llvm::ImutAVLFactory 569 return balanceTree(remove_internal(K, getLeft(T)), 573 remove_internal(K, getRight(T))); [all...] |