Home
last modified time | relevance | path

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

/src/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.h479 _LIBCPP_HIDE_FROM_ABI void replace_copy_if( in replace_copy_if() function
/src/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc253 using std::replace_copy_if;
257 using std::ranges::replace_copy_if;
/src/contrib/llvm-project/libcxx/include/
H A Dalgorithm1116 replace_copy_if(I first, S last, O result, Pred pred, const T& new_value,
1123 replace_copy_if(R&& r, O result, Pred pred, const T& new_value,
1381replace_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred, co…
1884 #include <__algorithm/replace_copy_if.h>
H A Dmodule.modulemap985 …thm_replace_copy_if [system] { header "__algorithm/replace_copy_if.h" }
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1831 OutputIt replace_copy_if(R &&Range, OutputIt Out, UnaryPredicate P,
1833 return std::replace_copy_if(adl_begin(Range), adl_end(Range), Out, P,
/src/lib/libc++/
H A DMakefile451 ALG_HEADERS+= replace_copy_if.h
H A Dlibcxx.imp174 { include: [ "<__algorithm/replace_copy_if.h>", "private", "<algorithm>", "public" ] },
/src/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>)