| SmallVector.h | 334 static void uninitialized_move(It1 I, It1 E, It2 Dest) { 436 this->uninitialized_move(this->begin(), this->end(), NewElts); 480 static void uninitialized_move(It1 I, It1 E, It2 Dest) { function in class:llvm::SmallVectorTemplateBase 827 this->uninitialized_move(I, OldEnd, this->end()-NumOverwritten); 891 this->uninitialized_move(I, OldEnd, this->end()-NumOverwritten); 1070 this->uninitialized_move(RHS.begin()+CurSize, RHS.end(),
|