Home
last modified time | relevance | path

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

/src/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.h507 _LIBCPP_HIDE_FROM_ABI void replace_copy( in replace_copy() function
/src/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc252 using std::replace_copy;
256 using std::ranges::replace_copy;
/src/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h681 std::replace_copy(__pn_.begin(), __pn_.end(), __s.begin(), '\\', '/');
/src/contrib/llvm-project/libcxx/include/
H A Dalgorithm1097 replace_copy(I first, S last, O result, const T1& old_value, const T2& new_value,
1106 replace_copy(R&& r, O result, const T1& old_value, const T2& new_value,
1376 replace_copy(InputIterator first, InputIterator last, OutputIterator result,
1883 #include <__algorithm/replace_copy.h>
H A Dmodule.modulemap984 …orithm_replace_copy [system] { header "__algorithm/replace_copy.h" }
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1840 OutputIt replace_copy(R &&Range, OutputIt Out, const T &OldValue,
1842 return std::replace_copy(adl_begin(Range), adl_end(Range), Out, OldValue,
/src/lib/libc++/
H A DMakefile450 ALG_HEADERS+= replace_copy.h
H A Dlibcxx.imp173 { include: [ "<__algorithm/replace_copy.h>", "private", "<algorithm>", "public" ] },
/src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp864 replace_copy(ActiveVLocIt->second.Ops, DbgOps.begin(), OldOp, NewOp); in clobberMloc()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2502 SYMBOL(replace_copy, std::, <algorithm>)
3703 SYMBOL(replace_copy, std::ranges::, <algorithm>)