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

  /external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h 169 T = this->Remove_internal(CurrentK, T);
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...]

Completed in 1917 milliseconds