Home
last modified time | relevance | path

Searched refs:replace_copy (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace_copy.h21 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator replace_copy( in replace_copy() function
H A Dranges_replace_copy.h83 inline constexpr auto replace_copy = __replace_copy::__fn{};
H A Dpstl_replace.h229 _LIBCPP_HIDE_FROM_ABI void replace_copy( in replace_copy() function
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc253 using std::replace_copy;
257 using std::ranges::replace_copy;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h683 std::replace_copy(__pn_.begin(), __pn_.end(), __s.begin(), '\\', '/');
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm1059 replace_copy(I first, S last, O result, const T1& old_value, const T2& new_value,
1068 replace_copy(R&& r, O result, const T1& old_value, const T2& new_value,
1338 replace_copy(InputIterator first, InputIterator last, OutputIterator result,
1965 #include <__algorithm/replace_copy.h>
H A Dlibcxx.imp201 { include: [ "<__algorithm/replace_copy.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in1037 …orithm_replace_copy [system] { header "__algorithm/replace_copy.h" }
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1849 OutputIt replace_copy(R &&Range, OutputIt Out, const T &OldValue,
1851 return std::replace_copy(adl_begin(Range), adl_end(Range), Out, OldValue,
/freebsd-14.2/lib/libc++/
H A DMakefile461 ALG_HEADERS+= replace_copy.h
H A Dmodule.modulemap1037 …orithm_replace_copy [system] { header "__algorithm/replace_copy.h" }
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp835 replace_copy(ActiveVLocIt->second.Ops, DbgOps.begin(), OldOp, NewOp); in clobberMloc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2502 SYMBOL(replace_copy, std::, <algorithm>)
3703 SYMBOL(replace_copy, std::ranges::, <algorithm>)