Searched refs:replace_copy (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dreplace_copy.h23 replace_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, function
H A Dranges_replace_copy.h83 inline constexpr auto replace_copy = __replace_copy::__fn{}; member in namespace:ranges::__cpo
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Dalgo.h81 using std::replace_copy;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dalgo.h81 using std::replace_copy;
/openbsd-current/gnu/llvm/libcxx/include/__filesystem/
H A Dpath.h14 #include <__algorithm/replace_copy.h>
789 _VSTD::replace_copy(__pn_.begin(), __pn_.end(), __s.begin(), '\\', '/');
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h1850 /// Provide wrappers to std::replace_copy which take ranges instead of having to
1853 OutputIt replace_copy(R &&Range, OutputIt Out, const T &OldValue,
1855 return std::replace_copy(adl_begin(Range), adl_end(Range), Out, OldValue,
/openbsd-current/gnu/lib/libcxx/
H A DMakefile252 __algorithm/replace_copy.h \
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h1055 replace_copy(_InputIterator __first, _InputIterator __last, function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_algo.h860 replace_copy(_InputIter __first, _InputIter __last, function in namespace:std
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp835 replace_copy(ActiveVLocIt->second.Ops, DbgOps.begin(), OldOp, NewOp);

Completed in 129 milliseconds