Searched refs:replace_copy_if (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | replace_copy_if.h | 21 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator replace_copy_if( in replace_copy_if() function
|
| H A D | ranges_replace_copy_if.h | 88 inline constexpr auto replace_copy_if = __replace_copy_if::__fn{};
|
| H A D | pstl.h | 479 _LIBCPP_HIDE_FROM_ABI void replace_copy_if( in replace_copy_if() function
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 253 using std::replace_copy_if; 257 using std::ranges::replace_copy_if;
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 1116 replace_copy_if(I first, S last, O result, Pred pred, const T& new_value, 1123 replace_copy_if(R&& r, O result, Pred pred, const T& new_value, 1381 …replace_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred, co… 1884 #include <__algorithm/replace_copy_if.h>
|
| H A D | module.modulemap | 985 …thm_replace_copy_if [system] { header "__algorithm/replace_copy_if.h" }
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1831 OutputIt replace_copy_if(R &&Range, OutputIt Out, UnaryPredicate P, 1833 return std::replace_copy_if(adl_begin(Range), adl_end(Range), Out, P,
|
| /src/lib/libc++/ |
| H A D | Makefile | 451 ALG_HEADERS+= replace_copy_if.h
|
| H A D | libcxx.imp | 174 { include: [ "<__algorithm/replace_copy_if.h>", "private", "<algorithm>", "public" ] },
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2503 SYMBOL(replace_copy_if, std::, <algorithm>) 3704 SYMBOL(replace_copy_if, std::ranges::, <algorithm>)
|