Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dreplace_copy.h23 replace_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, in replace_copy() function
H A Dranges_replace_copy.h83 inline constexpr auto replace_copy = __replace_copy::__fn{};
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dalgo.h81 using std::replace_copy;
/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/
H A Dalgo.h81 using std::replace_copy;
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Dpath.h789 _VSTD::replace_copy(__pn_.begin(), __pn_.end(), __s.begin(), '\\', '/');
/openbsd-src/gnu/llvm/libcxx/include/
H A Dalgorithm994 replace_copy(I first, S last, O result, const T1& old_value, const T2& new_value,
1003 replace_copy(R&& r, O result, const T1& old_value, const T2& new_value,
1273 replace_copy(InputIterator first, InputIterator last, OutputIterator result,
1870 #include <__algorithm/replace_copy.h>
H A DCMakeLists.txt163 __algorithm/replace_copy.h
H A Dmodule.modulemap.in576 module replace_copy { private header "__algorithm/replace_copy.h" }
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h1853 OutputIt replace_copy(R &&Range, OutputIt Out, const T &OldValue,
1855 return std::replace_copy(adl_begin(Range), adl_end(Range), Out, OldValue,
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn238 "__algorithm/replace_copy.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile252 __algorithm/replace_copy.h \
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc981 SYMBOL(replace_copy, std::, <algorithm>)
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_algo.h860 replace_copy(_InputIter __first, _InputIter __last, in replace_copy() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp835 replace_copy(ActiveVLocIt->second.Ops, DbgOps.begin(), OldOp, NewOp); in clobberMloc()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h1055 replace_copy(_InputIterator __first, _InputIterator __last, in replace_copy() function
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64174 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.macppc173 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.loongson173 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.octeon173 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.arm64174 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.powerpc64172 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.armv7172 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.i386172 ./usr/include/c++/v1/__algorithm/replace_copy.h
H A Dclang.sparc64173 ./usr/include/c++/v1/__algorithm/replace_copy.h
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST3996 OutputIterator replace_copy(InputIterator first, InputIterator last,

12