Home
last modified time | relevance | path

Searched refs:remove_copy (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dremove_copy.h22 remove_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp& __v… in remove_copy() function
H A Dranges_remove_copy.h71 inline constexpr auto remove_copy = __remove_copy::__fn{};
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc290 using std::remove_copy;
293 using std::ranges::remove_copy;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm1027remove_copy(I first, S last, O result, const T& value, Proj proj = {}); // si…
1034remove_copy(R&& r, O result, const T& value, Proj proj = {}); // si…
1371 remove_copy(InputIterator first, InputIterator last, OutputIterator result, const T& value);
1961 #include <__algorithm/remove_copy.h>
H A Dlibcxx.imp197 { include: [ "<__algorithm/remove_copy.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in1033 …gorithm_remove_copy [system] { header "__algorithm/remove_copy.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile457 ALG_HEADERS+= remove_copy.h
H A Dmodule.modulemap1033 …gorithm_remove_copy [system] { header "__algorithm/remove_copy.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2474 SYMBOL(remove_copy, std::, <algorithm>)
3696 SYMBOL(remove_copy, std::ranges::, <algorithm>)