Searched refs:uninitialized_move (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h193 static void uninitialized_move(It1 I, It1 E, It2 Dest) {
243 this->uninitialized_move(this->begin(), this->end(), NewElts);
269 static void uninitialized_move(It1 I, It1 E, It2 Dest) { function in class:llvm::SmallVectorTemplateBase
567 this->uninitialized_move(I, OldEnd, this->end()-NumOverwritten);
624 this->uninitialized_move(I, OldEnd, this->end()-NumOverwritten);
806 this->uninitialized_move(RHS.begin()+CurSize, RHS.end(),

Completed in 209 milliseconds