Searched refs:remove_copy (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | remove_copy.h | 22 remove_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp& __v… in remove_copy() function
|
| H A D | ranges_remove_copy.h | 71 inline constexpr auto remove_copy = __remove_copy::__fn{};
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 289 using std::remove_copy; 292 using std::ranges::remove_copy;
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 1065 …remove_copy(I first, S last, O result, const T& value, Proj proj = {}); // si… 1072 …remove_copy(R&& r, O result, const T& value, Proj proj = {}); // si… 1409 remove_copy(InputIterator first, InputIterator last, OutputIterator result, const T& value); 1879 #include <__algorithm/remove_copy.h>
|
| H A D | module.modulemap | 980 …gorithm_remove_copy [system] { header "__algorithm/remove_copy.h" }
|
| /src/lib/libc++/ |
| H A D | Makefile | 446 ALG_HEADERS+= remove_copy.h
|
| H A D | libcxx.imp | 169 { include: [ "<__algorithm/remove_copy.h>", "private", "<algorithm>", "public" ] },
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2474 SYMBOL(remove_copy, std::, <algorithm>) 3696 SYMBOL(remove_copy, std::ranges::, <algorithm>)
|