| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | replace_copy.h | 23 replace_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, in replace_copy() function
|
| H A D | ranges_replace_copy.h | 83 inline constexpr auto replace_copy = __replace_copy::__fn{};
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| H A D | algo.h | 81 using std::replace_copy;
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/backward/ |
| H A D | algo.h | 81 using std::replace_copy;
|
| /openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
| H A D | path.h | 789 _VSTD::replace_copy(__pn_.begin(), __pn_.end(), __s.begin(), '\\', '/');
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | algorithm | 994 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 D | CMakeLists.txt | 163 __algorithm/replace_copy.h
|
| H A D | module.modulemap.in | 576 module replace_copy { private header "__algorithm/replace_copy.h" }
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 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-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 238 "__algorithm/replace_copy.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 252 __algorithm/replace_copy.h \
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 981 SYMBOL(replace_copy, std::, <algorithm>)
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | stl_algo.h | 860 replace_copy(_InputIter __first, _InputIter __last, in replace_copy() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 835 replace_copy(ActiveVLocIt->second.Ops, DbgOps.begin(), OldOp, NewOp); in clobberMloc()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | stl_algo.h | 1055 replace_copy(_InputIterator __first, _InputIterator __last, in replace_copy() function
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 174 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.macppc | 173 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.loongson | 173 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.octeon | 173 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.arm64 | 174 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.powerpc64 | 172 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.armv7 | 172 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.i386 | 172 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| H A D | clang.sparc64 | 173 ./usr/include/c++/v1/__algorithm/replace_copy.h
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | CHECKLIST | 3996 OutputIterator replace_copy(InputIterator first, InputIterator last,
|