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

  /external/llvm/include/llvm/ADT/
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...]

Completed in 61 milliseconds