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