Home
last modified time | relevance | path

Searched defs:uninitialized_copy (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h215 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h368 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { uninitialized_copy() function
516 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { uninitialized_copy() function
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h80 uninitialized_copy(_InputIterator __ifirst, _InputIterator __ilast, _ForwardIterator __ofirst) { uninitialized_copy() function