Searched refs:replace_copy (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | replace_copy.h | 21 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator replace_copy( in replace_copy() function
|
| H A D | ranges_replace_copy.h | 83 inline constexpr auto replace_copy = __replace_copy::__fn{};
|
| H A D | pstl_replace.h | 229 _LIBCPP_HIDE_FROM_ABI void replace_copy( in replace_copy() function
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 253 using std::replace_copy; 257 using std::ranges::replace_copy;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 683 std::replace_copy(__pn_.begin(), __pn_.end(), __s.begin(), '\\', '/');
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 1059 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 D | libcxx.imp | 201 { include: [ "<__algorithm/replace_copy.h>", "private", "<algorithm>", "public" ] },
|
| H A D | module.modulemap.in | 1037 …orithm_replace_copy [system] { header "__algorithm/replace_copy.h" }
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1849 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 D | Makefile | 461 ALG_HEADERS+= replace_copy.h
|
| H A D | module.modulemap | 1037 …orithm_replace_copy [system] { header "__algorithm/replace_copy.h" }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 835 replace_copy(ActiveVLocIt->second.Ops, DbgOps.begin(), OldOp, NewOp); in clobberMloc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2502 SYMBOL(replace_copy, std::, <algorithm>) 3703 SYMBOL(replace_copy, std::ranges::, <algorithm>)
|