Home
last modified time | relevance | path

Searched refs:replace_copy_if (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace_copy_if.h21 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator replace_copy_if( in replace_copy_if() function
H A Dranges_replace_copy_if.h88 inline constexpr auto replace_copy_if = __replace_copy_if::__fn{};
H A Dpstl_replace.h173 _LIBCPP_HIDE_FROM_ABI void replace_copy_if( in replace_copy_if() function
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc254 using std::replace_copy_if;
258 using std::ranges::replace_copy_if;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm1078 replace_copy_if(I first, S last, O result, Pred pred, const T& new_value,
1085 replace_copy_if(R&& r, O result, Pred pred, const T& new_value,
1343replace_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred, co…
1966 #include <__algorithm/replace_copy_if.h>
H A Dlibcxx.imp202 { include: [ "<__algorithm/replace_copy_if.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in1038 …thm_replace_copy_if [system] { header "__algorithm/replace_copy_if.h" }
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1840 OutputIt replace_copy_if(R &&Range, OutputIt Out, UnaryPredicate P,
1842 return std::replace_copy_if(adl_begin(Range), adl_end(Range), Out, P,
/freebsd-14.2/lib/libc++/
H A DMakefile462 ALG_HEADERS+= replace_copy_if.h
H A Dmodule.modulemap1038 …thm_replace_copy_if [system] { header "__algorithm/replace_copy_if.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2503 SYMBOL(replace_copy_if, std::, <algorithm>)
3704 SYMBOL(replace_copy_if, std::ranges::, <algorithm>)